You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current (@today) version of "mgos" tool does not work for arch esp8266.
mgos init generates sceleton with "miot.yml" file name (should be "mgos.yml" probably?)
mgos build --arch esp8266 fails with "Error: open mgos.yml: The system cannot find the file specified."
renaming "miot.yml" to "mgos.yml" allow the build to start but leads to compilation error: CC /mongoose-os/fw/platforms/esp8266/user/esp_config.c -> /app/build/objs/esp_config.o src/main.c:1:29: fatal error: fw/src/miot_app.h: No such file or directory #include "fw/src/miot_app.h" ^ compilation terminated.
The text was updated successfully, but these errors were encountered:
Current (@today) version of "mgos" tool does not work for arch esp8266.
CC /mongoose-os/fw/platforms/esp8266/user/esp_config.c -> /app/build/objs/esp_config.o src/main.c:1:29: fatal error: fw/src/miot_app.h: No such file or directory #include "fw/src/miot_app.h" ^ compilation terminated.
The text was updated successfully, but these errors were encountered: