diff --git a/Precompiled/rnode_firmware_latest_esp32_generic.zip b/Precompiled/rnode_firmware_latest_esp32_generic.zip index b21a4f2..ae48d22 100644 Binary files a/Precompiled/rnode_firmware_latest_esp32_generic.zip and b/Precompiled/rnode_firmware_latest_esp32_generic.zip differ diff --git a/Precompiled/rnode_firmware_latest_featheresp32.zip b/Precompiled/rnode_firmware_latest_featheresp32.zip index d0ca0cd..14cfa9f 100644 Binary files a/Precompiled/rnode_firmware_latest_featheresp32.zip and b/Precompiled/rnode_firmware_latest_featheresp32.zip differ diff --git a/Precompiled/rnode_firmware_latest_lora32v21.zip b/Precompiled/rnode_firmware_latest_lora32v21.zip index b2c0118..54f3765 100644 Binary files a/Precompiled/rnode_firmware_latest_lora32v21.zip and b/Precompiled/rnode_firmware_latest_lora32v21.zip differ diff --git a/Precompiled/rnode_firmware_latest_tbeam.zip b/Precompiled/rnode_firmware_latest_tbeam.zip index 9ab81fe..735e35d 100644 Binary files a/Precompiled/rnode_firmware_latest_tbeam.zip and b/Precompiled/rnode_firmware_latest_tbeam.zip differ diff --git a/Utilities.h b/Utilities.h index 5ebcc3d..d561f08 100644 --- a/Utilities.h +++ b/Utilities.h @@ -618,6 +618,10 @@ bool eeprom_model_valid() { if (model == MODEL_B3 || model == MODEL_B8) { #elif BOARD_MODEL == BOARD_LORA32_V2_1 if (model == MODEL_B4 || model == MODEL_B9) { + #elif BOARD_MODEL == BOARD_HUZZAH32 + if (model == MODEL_FF) { + #elif BOARD_MODEL == BOARD_GENERIC_ESP32 + if (model == MODEL_FF) { #else if (false) { #endif