Releases: ThisSmartHouse/CoogleIOT
Releases · ThisSmartHouse/CoogleIOT
Version 1.3.1
CoogleIOT Minor Feature Upgrades
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
Fixing a couple minor reported bugs, adding some missing files from the example as well.
Release 1.2.1
Some minor fixes to the platform.
Logging
Updates and Bug Fixes
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
Initial Release of CoogleIOT! Please check out the README for API docs.