You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to esp-hal to the beta 1.0 release, the parrot example in FoA, which receives data from parrot.live and outputs it via UART, only the top few lines get output correctly.
To Reproduce
The example in foa can be run with ./run_example.sh parrot esp32 <SSID_OF_OPEN_NETWORK>. You may have to reset the chip a few times, before this works correctly, due to a bug in the Wi-Fi driver. I'll try to create a separate example, later today.
Expected behavior
The complete payload gets TX'ed correctly over UART.
Environment
Target device: ESP32, ESP32-S2
Crate name and version: esp-hal 1.0.0-beta.0
The text was updated successfully, but these errors were encountered:
Bug description
After upgrading to esp-hal to the beta 1.0 release, the parrot example in FoA, which receives data from parrot.live and outputs it via UART, only the top few lines get output correctly.
To Reproduce
The example in foa can be run with
./run_example.sh parrot esp32 <SSID_OF_OPEN_NETWORK>
. You may have to reset the chip a few times, before this works correctly, due to a bug in the Wi-Fi driver. I'll try to create a separate example, later today.Expected behavior
The complete payload gets TX'ed correctly over UART.
Environment
The text was updated successfully, but these errors were encountered: