|
|
@ -31,10 +31,10 @@ FlashConfig flashDefault = { |
|
|
|
.sntp_server = "us.pool.ntp.org\0", |
|
|
|
.sntp_server = "us.pool.ntp.org\0", |
|
|
|
.syslog_host = "\0", .syslog_minheap = 8192, .syslog_filter = 7, .syslog_showtick = 1, .syslog_showdate = 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, |
|
|
|
|
|
|
|
.data_bits = EIGHT_BITS, |
|
|
|
.data_bits = EIGHT_BITS, |
|
|
|
.parity = NONE_BITS, |
|
|
|
.parity = NONE_BITS, |
|
|
|
.stop_bits = ONE_STOP_BIT, |
|
|
|
.stop_bits = ONE_STOP_BIT, |
|
|
|
|
|
|
|
.uart0_tx_enable_pin = -1, |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
typedef union { |
|
|
|
typedef union { |
|
|
|