add some instruction about building/debugging from the command line
This commit is contained in:
parent
daf410ec7e
commit
b84a633016
3 changed files with 38 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue