]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated precompiled firmwares to v1.26
authorMark Qvist <mark@unsigned.io>
Sat, 22 Jan 2022 21:43:52 +0000 (22:43 +0100)
committerMark Qvist <mark@unsigned.io>
Sat, 22 Jan 2022 21:43:52 +0000 (22:43 +0100)
Precompiled/rnode_firmware_latest_esp32_generic.zip
Precompiled/rnode_firmware_latest_featheresp32.zip
Precompiled/rnode_firmware_latest_lora32v21.zip
Precompiled/rnode_firmware_latest_tbeam.zip
Utilities.h

index b21a4f29f319aab8b6273bcc2995fd875b6af280..ae48d226967d1757122e28a0eb7ab249d0f96d86 100644 (file)
Binary files a/Precompiled/rnode_firmware_latest_esp32_generic.zip and b/Precompiled/rnode_firmware_latest_esp32_generic.zip differ
index d0ca0cdf55181f9aa48780b9af6d898dfe8cbd66..14cfa9fb2b1714414c4d049ed97b56d641cfbd4a 100644 (file)
Binary files a/Precompiled/rnode_firmware_latest_featheresp32.zip and b/Precompiled/rnode_firmware_latest_featheresp32.zip differ
index b2c01183640b4f7faf4aa1989ac09ba4ac90ff48..54f376533bdd79fbb6951f39af4fc9ef1b4e518c 100644 (file)
Binary files a/Precompiled/rnode_firmware_latest_lora32v21.zip and b/Precompiled/rnode_firmware_latest_lora32v21.zip differ
index 9ab81fec121d21241bc05eacdb5fa56437d9a38d..735e35d5c8bd8f83890fce78f6363d06ef921b51 100644 (file)
Binary files a/Precompiled/rnode_firmware_latest_tbeam.zip and b/Precompiled/rnode_firmware_latest_tbeam.zip differ
index 5ebcc3d0dae003d80f8cc6c96d74603e084c3efc..d561f08a3d791b9a98c4aa869b5c844e8ad51a45 100644 (file)
@@ -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