mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-17 10:56:10 +02:00
add #114 ntp_server_name and port to eeprom
This commit is contained in:
parent
966a25bcd0
commit
2c177fbfa8
5 changed files with 40 additions and 7 deletions
|
@ -26,9 +26,9 @@
|
|||
|
||||
const byte mDnsPort = 53;
|
||||
|
||||
/* TIMESERVER CONFIG */
|
||||
#define TIMESERVER_NAME "pool.ntp.org"
|
||||
#define TIME_LOCAL_PORT 8888
|
||||
/* NTP TIMESERVER CONFIG */
|
||||
#define NTP_SERVER_NAME "pool.ntp.org"
|
||||
#define NTP_LOCAL_PORT 8888
|
||||
#define NTP_PACKET_SIZE 48
|
||||
#define TIMEZONE 1 // Central European time +1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue