]> git.tnoah.ca Git - lora-radio.git/commitdiff
Cleanup and version bump
authorMark Qvist <mark@unsigned.io>
Sun, 9 Jan 2022 23:05:25 +0000 (00:05 +0100)
committerMark Qvist <mark@unsigned.io>
Sun, 9 Jan 2022 23:05:25 +0000 (00:05 +0100)
Config.h
RNode_Firmware.ino

index db07c091a20c90a6e142e6e634ae8d7db808517b..ca0a609abf9ef9f15d8a3f8794a7894113097a83 100644 (file)
--- a/Config.h
+++ b/Config.h
@@ -4,7 +4,7 @@
        #define CONFIG_H
 
        #define MAJ_VERS  0x01
-       #define MIN_VERS  0x13
+       #define MIN_VERS  0x14
 
        #define PLATFORM_AVR   0x90
     #define PLATFORM_ESP32 0x80
index dfbb9cba73c061a0bc545efd57eed2160b9ff4a3..1c199b46ca8cde63182e83fa434fe7b036d793e1 100644 (file)
@@ -23,7 +23,7 @@ char sbuf[128];
 
 void setup() {
   #if MCU_VARIANT == MCU_ESP32
-    delay(1500);
+    delay(500);
     EEPROM.begin(EEPROM_SIZE);
     Serial.setRxBufferSize(CONFIG_UART_BUFFER_SIZE);
   #endif