From 93ca100b1f379984af5320b20309c105d0de7af8 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 27 Oct 2016 15:59:08 -0500 Subject: [PATCH] Update config.c Updates for changing/selecting telnet ports --- esp-link/config.c | 2 ++ 1 file changed, 2 insertions(+) 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 {