jaguar icon indicating copy to clipboard operation
jaguar copied to clipboard

Use live reloading over WiFI to turbo-charge developing for your ESP32.

Results 35 jaguar issues
Sort by recently updated
recently updated
newest added

Let's leave the warning in there for a few versions (introduced in v1.5.0).

good first issue

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...

good first issue

after successfull start and longer run, the toit firmware reports wifi reconnection errors: **Restart Message:** ![grafik](https://user-images.githubusercontent.com/77026223/176988725-a28d699e-5289-4b96-8fb3-f013ae0f5454.png) **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...

enhancement

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...

enhancement

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...

bug
platform-windows

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...

enhancement

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,

enhancement