DrBomb
DrBomb
Might have to note that it's a bit unstable, only aREST needs to be included because any other library makes the GET requests fail silently
I don't know why it would work on cloud. But you're not "touching" `foo.h` anywhere on your steps. Perhaps that? The empty app does not include an "includes" entry either....
I see, now it makes sense, my bad
The error is clear: `code dir ("C:\Users\Alisson São João\Pictures\app1") should not contain spaces` You should move your app directory to a place that does not have any spaces.
Hi, although I cannot help you with the actual issue. You can add [these lines](https://github.com/mongoose-os-apps/demo-js/blob/master/mos.yml#L6-L8) to your `mos.yml` to pin the build to a specific version. Put `2.18.0` instead of...
All the esp-idf methods are available when you compile for the esp32. Here's some pages that might do what you need: [https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/sleep_modes.html](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/sleep_modes.html) [https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/power_management.html](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/power_management.html) Of course, none of these power modes...
Yes, read the docs, check available apps and libs for references. https://mongoose-os.com/docs/mos/userguide/configuration.md#compile-time-generation-deep-dive
By "incorrect" do you mean a password that is too short? or that the Station does not accept?
Forgot to add, the platform tested is ESP32. And I've added SNTP and WiFi in case you want to test it out with a real clock value, for which the...
Upon further examination. The issue happens when the time set by `mgos_settimeofday` is **less than** the current time! Very fascinating. I assumed that the wall time was lost on software...