jaguar
jaguar copied to clipboard
Use live reloading over WiFI to turbo-charge developing for your ESP32.
Let's leave the warning in there for a few versions (introduced in v1.5.0).
It seems pretty common that we cannot complete the HTTP /identify request in 600ms. Perhaps we need a higher default timeout when we're scanning specific addresses because it involves a...
after successfull start and longer run, the toit firmware reports wifi reconnection errors: **Restart Message:**  **Decoded Error:** EXCEPTION error. DEADLINE_EXCEEDED 0: __Monitor__.await /core/monitor_impl.toit:28:20 1: ResourceState_.wait_for_state_ /core/events.toit:55:5 2: ResourceState_.wait. /core/events.toit:22:12...
Jaguar doesn't behave very well if the NVS partition becomes corrupt. We've seen it fail in the `flash_kv_init` primitive, so maybe we can catch that error and clear the NVS...
Ideally, jaguar should report an error to 'jag run' when the image size of the toit program exceeds the available space on the 'programs' partition. For now, the trace looks...
Reported by @muhlpachr. It seems 'jag monitor' hangs sometimes on Windows: ``` PS C:\Users\michal\test> jag monitor -a Starting serial monitor of port 'COM11' ... o world! 158 Hello world! 159...
Support multiple wifi configurations during flash - maybe a "add extra wifi connection?" or similar to flash process after initial wifi setup Could also be a separate command to run...
Would be very helpful for debugging if an 'input' function were available. 'print' works very fine, and for setup/calibration processes the input could be used to get user response,
This requires the PR in toitlang for the logging trace.