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 MGOS_EVENT_CLOUD_CONNECTING #544

Closed markterrill closed 4 years ago

markterrill commented 4 years ago

Hi, Added a simple extra event before it starts trying to connect to MQTT server. The usefulness is having a status light / display that is updating at the various states. Booting/connecting to wifi/connected to wifi/connecting to cloud/connected to GCP etc.

markterrill commented 4 years ago

oh, and been adding a trimmed down .gitignore so common editors aren't accidentally included.

rojer commented 4 years ago

thank you!