Working release - with LWIP bugfix #1
This commit is contained in:
@ -42,10 +42,16 @@
|
||||
#define ENABLE_NTP false
|
||||
#define ntpserver "pool.ntp.org" // Address of NTP server. Example: pool.ntp.org
|
||||
|
||||
#define TEMP_SAMPLES 32
|
||||
#define AIRTEMP_PIN 28
|
||||
|
||||
// ethernet (w5500) or wifi (pico W cyw43)
|
||||
#define INT_ETHERNET
|
||||
//#define INT_WIFI
|
||||
|
||||
#define NO_DOUBLE_BUFFER 1
|
||||
#define E131_DEFAULT_PORT 5568
|
||||
|
||||
#define ETH_SPI_SPD 64000000
|
||||
|
||||
// network and universe settings
|
||||
|
Reference in New Issue
Block a user