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.51k stars 429 forks source link

mgos_ro_vars.h not found #543

Closed GilWu closed 4 years ago

GilWu commented 4 years ago

Hi,

I saw that in version 2.17.0 mgos_ro_vars.h is included in mgos.h. Visual Studio Code has some problems to find this header file. Indeed, I couln't find it anywhere in the repo, too.

Can you please help?

nliviu commented 4 years ago

mgos_ro_vars.h is generated by the build process. You can find it in build/gen.

rojer commented 4 years ago

yes, this file along with some others are generated by the mos utilioty during build and are stored in the app's build/gen directory.