diff --git a/esp-link/config.c b/esp-link/config.c index bb31af5..98fcd21 100644 --- a/esp-link/config.c +++ b/esp-link/config.c @@ -37,8 +37,8 @@ FlashConfig flashDefault = { .stop_bits = ONE_STOP_BIT, .telnet_port1 = 23, .telnet_port2 = 2323, - .telnet_port1Mode = 0, - .telnet_port2Mode = 0, + .telnet_port1mode = 0, + .telnet_port2mode = 0, }; typedef union {