Update config.c

Updates for changing/selecting telnet ports
pull/205/head
Alex 8 years ago committed by GitHub
parent fb1bbd34dc
commit 93ca100b1f
  1. 2
      esp-link/config.c

@ -35,6 +35,8 @@ FlashConfig flashDefault = {
.data_bits = EIGHT_BITS, .data_bits = EIGHT_BITS,
.parity = NONE_BITS, .parity = NONE_BITS,
.stop_bits = ONE_STOP_BIT, .stop_bits = ONE_STOP_BIT,
.telnet_port1 = 23,
.telnet_port2 = 2323,
}; };
typedef union { typedef union {

Loading…
Cancel
Save