add some instruction about building/debugging from the command line

This commit is contained in:
Fabrice Bellamy 2026-01-31 13:10:00 +01:00
parent daf410ec7e
commit b84a633016
3 changed files with 38 additions and 12 deletions

View file

@ -60,7 +60,7 @@
#define LEDS_BRIGHTNESS 50 // Min 0, Max 255
#define HEARTBEAT_PERIOD 20 // Cycle time for aniating the heartbeat LED (in ms)
// #define PING_PERIOD 60000 // Cycle time for checking network connectivity by ping of our reverse proxy
#define PING_PERIOD 1000 // Cycle time for checking network connectivity by ping of our reverse proxy
#define PING_PERIOD 10000 // Cycle time for checking network connectivity by ping of our reverse proxy
// SPI ethernet chip driver
W5500Driver driver(W5500_CS);