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.49k stars 430 forks source link

[Fix #393] Failed to set aws.thing_name #506

Closed victoraldir closed 5 years ago

victoraldir commented 5 years ago

Fix #393 by adding origin: https://github.com/mongoose-os-libs/aws to avoid this problem

failed to set aws.thing_name

rojer commented 5 years ago

thanks. please move the new line to the top to keep the libs list sorted.

victoraldir commented 5 years ago

thanks. please move the new line to the top to keep the libs list sorted.

Hey @rojer . Done 👍

BufferOverflow1011 commented 1 year ago

when i added the library it throws , error: 'aws_gg_net_ready' undeclared (first use in this function) 53 | mgos_event_add_group_handler(MGOS_EVENT_GRP_NET, aws_gg_net_ready, NULL); | ^~~~