Cleanup and version bump

This commit is contained in:
Mark Qvist 2022-01-10 00:05:25 +01:00
parent b2d318b576
commit 8428e0e159
2 changed files with 2 additions and 2 deletions

View File

@ -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

View 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