ivmarkov
ivmarkov
@jessebraham what do you think? ^^^
The moment you call this: `cargo espflash --release --monitor` everything you've done to workaround the problem evaporates and you are back at square 0, as you've just re-flashed a standard...
Indeed. Note however that espflash now also has an option to convert the elf image to bin and then output the bin.
> This seems to work, as far as I can tell. Heh. So nice to see that my never-ever-tested-or-ran-even-once code actually works! The power of Rust, I guess! Argue with...
One more important detail: Somewhere at the beginning of your `main()` function, you have to call one of these two: - `EspOta::mark_running_slot_valid()` or - `EspOta::mark_running_slot_invalid_and_reboot()` basically once you've rebooted, you...
I don't think this error has anything to do with the partitions. It is in http client - says it does not have buffer. Need to check the esp idf...
Ok so your url / query string is too long and you need to increase the http client TX buffer size. Unfortunately, I've only exposed conf for the rx buffer...
It seems default TX and RX buf size is 512 bytes which is not enough for the first line HTTP request line: https://github.com/espressif/esp-idf/blob/a82e6e63d98bb051d4c59cb3d440c537ab9f74b0/components/esp_http_client/include/esp_http_client.h#L20
We think we managed to do what was originally requested in this thread (seamless integration of autorest with gwt-jackson-apt) in this pull request: #11 . I won't repeat our approach...
@vegegoku Unless we are reading your code incorrectly, domino-autorest-jackson does not really support deserialization of the following: - `Observable` - `Observable