Working release - with LWIP bugfix #1

This commit is contained in:
2024-02-01 18:44:06 -06:00
parent b67bd2c198
commit 17ef48ff82
5 changed files with 116 additions and 88 deletions

View File

@ -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