Christopher Joel

Results 221 comments of Christopher Joel

Thanks for the feature request. I think that Presentation API is certainly complimentary to this body of elements, but my intuition is that it should be a part of a...

I dug a little deeper; the panic is happening during the invocation of `esp_wifi_start` here: https://github.com/esp-rs/esp-idf-svc/blob/5b487fc045af6440b317836afba81c6a19f5de2f/src/wifi.rs#L604-L609 I tried patching the code so that I could observe an error, but I...

Thank you for the fast response! I tried updating and rebuilding as you suggested and unfortunately I'm still seeing the same issue. Below are the results of some of the...

I tried it out. Unfortunately, this didn't seem to actually decode the stack trace. The output is almost the same as what I got with `screen`: ``` Found compatible PlatformIO...

Oh, it's right in front of me! > Esp32ExceptionDecoder: firmware at /tmp/.tmpI3JKEN/proj/.pio/build/debug/firmware.elf does not exist, rebuild the project? Trying again...

`~/.platformio/platforms/espressif32/monitor/filter_exception_decoder.py`: ```python # Copyright (c) 2014-present PlatformIO # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the...

We have a stack trace! Here is a full boot loop of output: ``` Rebooting... ��ESP-ROM:esp32c3-20200918 Build:Sep 18 2020 rst:0xc (RTC_SW_CPU_RST),boot:0xc (SPI_FAST_FLASH_BOOT) Saved PC:0x403842e6 => 0x403842e6: esp_restart_noos at /home/cdata/.platformio/packages/framework-espidf/components/esp32c3/system_api_esp32c3.c:137 (discriminator...

Oh, I just realized I'm still using my locally modified `esp-idf-svc` package (modified to add log lines and error handling). Let me fix that...