From 92411f0d76c3df4a5fce891a19f87d0da01b2683 Mon Sep 17 00:00:00 2001 From: Alastair D'Silva Date: Sat, 7 May 2016 16:27:29 +1000 Subject: [PATCH] Add missing initialisation for uart0_tx_enable_pin --- esp-link/config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esp-link/config.c b/esp-link/config.c index 2ae3d45..ad18c9d 100644 --- a/esp-link/config.c +++ b/esp-link/config.c @@ -29,7 +29,8 @@ FlashConfig flashDefault = { .rx_pullup = 1, .sntp_server = "us.pool.ntp.org\0", .syslog_host = "\0", .syslog_minheap = 8192, .syslog_filter = 7, .syslog_showtick = 1, .syslog_showdate = 0, - .mdns_enable = 1, .mdns_servername = "http\0", .timezone_offset = 0 + .mdns_enable = 1, .mdns_servername = "http\0", .timezone_offset = 0, + .uart0_tx_enable_pin = -1 }; typedef union {