From 2bac83278af79108c385c0d3984f89ab3c9f0fb7 Mon Sep 17 00:00:00 2001 From: Alastair D'Silva Date: Tue, 14 Feb 2017 10:33:53 +1100 Subject: [PATCH] New flash entries should be added at the end --- esp-link/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-link/config.h b/esp-link/config.h index d4b2201..99799d0 100644 --- a/esp-link/config.h +++ b/esp-link/config.h @@ -37,11 +37,11 @@ typedef struct { uint8_t mdns_enable; char mdns_servername[32]; int8_t timezone_offset; - int8_t uart0_tx_enable_pin; char mqtt_host[64]; // MQTT host we connect to, was 32-char mqtt_old_host int8_t data_bits; int8_t parity; int8_t stop_bits; + int8_t uart0_tx_enable_pin; } FlashConfig; extern FlashConfig flashConfig;