cesanta / mongoose-os

Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.
https://mongoose-os.com
Other
2.48k stars 430 forks source link

Added new event: MGOS_EVENT_CLOUD_CONNECTING #516

Closed markterrill closed 3 years ago

markterrill commented 4 years ago

Have been working on a status light library similar to how the Particle boards work. A key thing to know is when the unit is trying to connect to the cloud. It will be called by mgos_mqtt.c

markterrill commented 3 years ago

Hi, I've added a note to the code and updated in the other PR. https://github.com/cesanta/mongoose-os/pull/561

I'm going to close this PR.