diff --git a/esp-link/config.c b/esp-link/config.c index d12f7a7..8afedbc 100644 --- a/esp-link/config.c +++ b/esp-link/config.c @@ -35,6 +35,8 @@ FlashConfig flashDefault = { .data_bits = EIGHT_BITS, .parity = NONE_BITS, .stop_bits = ONE_STOP_BIT, + .telnet_port1 = 23, + .telnet_port2 = 2323, }; typedef union {