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 updating my esp32 board package from 2.0.11 to 3.0.0-alpha I noticed that using the Adafruit_NeoPixel::show function results in a TG1WDT_SYS_RESET above a certain number of pixels. I can reproduce the issue using the simple example from the Adafruit Neopixel library. The sketch works correctly with the default number of 16 pixels. But when I increase it to 100, the watchdog timeout occurs during the call to show(). This lead to a boot loop where the device continuously resets and prints the message shown below to the serial interface.
So to be clear, this is issue only occurs when doing this in combination with the alpha build of the board package. The stable 2.0.11 release works fine. The reason I am looking at the 3.0.0 package is because it includes a more powerful set of ADC related functions beyond the standard analogRead.
After updating my esp32 board package from 2.0.11 to 3.0.0-alpha I noticed that using the
Adafruit_NeoPixel::show
function results in a TG1WDT_SYS_RESET above a certain number of pixels. I can reproduce the issue using thesimple
example from the Adafruit Neopixel library. The sketch works correctly with the default number of 16 pixels. But when I increase it to 100, the watchdog timeout occurs during the call toshow()
. This lead to a boot loop where the device continuously resets and prints the message shown below to the serial interface.So to be clear, this is issue only occurs when doing this in combination with the alpha build of the board package. The stable 2.0.11 release works fine. The reason I am looking at the 3.0.0 package is because it includes a more powerful set of ADC related functions beyond the standard
analogRead
.The text was updated successfully, but these errors were encountered: