Skip to content

Releases: ThisSmartHouse/CoogleIOT

Version 1.3.1

03 May 17:23
Compare
Choose a tag to compare

Version 1.3.1 - minor bug fixes, improved support for ESP8266-01 boards (disabling DNS for now on those because it seemed to cause problems), and improved error logging when MQTT connections fail.

CoogleIOT Minor Feature Upgrades

27 Nov 10:20
Compare
Choose a tag to compare

This release contains a minor feature upgrade thanks to a contributor. You can now add configuration settings a mode settings when opening a Serial connection using enableSerial() such as:

iot->enableSerial(115200, SERIAL_8N1, SERIAL_TX_ONLY);

Minor Bug Fixes

09 Oct 03:24
Compare
Choose a tag to compare

Fixing a couple minor reported bugs, adding some missing files from the example as well.

Release 1.2.1

09 Oct 03:18
Compare
Choose a tag to compare

Some minor fixes to the platform.

Logging

18 Sep 08:07
Compare
Choose a tag to compare

Added Web-based Log viewing, fixing a few bugs.

Updates and Bug Fixes

17 Sep 18:22
Compare
Choose a tag to compare

A number of updates and bug fixes designed to make the platform more stable, such as auto-restarting the device after 10 failed WiFi connection attempts, better logging, and a heartbeat which flashes the status LED every 30 seconds so you know things are still running.

Initial Release

24 Jul 19:26
Compare
Choose a tag to compare

Initial Release of CoogleIOT! Please check out the README for API docs.