From 64cca588d9c165016b02cb9775ac71a5b7fb4378 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Wed, 21 Mar 2018 21:35:48 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0c17f19..a9e2e6f 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,14 @@ In linux you can open terminal, navigate to your programming directory, then * USE_1W_PIN=49 // use direct connection to 1W devices, no I2C bridge DS2482-100 * SD_CARD_INSERTED=1 // enable sd-card support and fix lan starting * SERIAL_BAUD=115200 // set baud rate for console on Serial0 +* Wiz5500 //Use Wiznet 5500 library instead Wiznet 5100 export PLATFORMIO_BUILD_FLAGS="-DMY_CONFIG_SERVER=192.168.1.1 -DWATCH_DOG_TICKER_DISABLE=1 -DUSE_1W_PIN=49 -DSERIAL_BAUD=115200 -DSD_CARD_INSERTED=1" +# Default compilation behavior: +* Config server: lazyhome.ru +* Watchdog enabled +* 1-Wire communication with DS2482-100 I2C driver +* No SD +* Serial speed 115200 +* Wiznet 5100 (for MEGA & DUE)