mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-06-23 14:14:15 -04:00
Cleanup and version bump
This commit is contained in:
parent
b2d318b576
commit
8428e0e159
2 changed files with 2 additions and 2 deletions
2
Config.h
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue