Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
730 stars 304 forks source link

Don't crash if queue not inited #215

Closed rickwargo closed 8 months ago

rickwargo commented 9 months ago

An initial spi timeout after boot will eventually add a confirm to the queue that has not been initialized, causing a panic and reboot. While this situation may not occur often, it is surfacing during debugging.

rickwargo commented 9 months ago

This occurs if the REGION is not defined in the C Flags. (e.g. -DREGION_US915)