mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
README.md
This commit is contained in:
@@ -99,6 +99,8 @@ In linux you can open terminal, navigate to your programming directory, then
|
|||||||
* MY_CONFIG_SERVER=192.168.1.1 // address of external JSON-config http://192.168.1.1/de-ad-be-ef-fe-00.config.json
|
* MY_CONFIG_SERVER=192.168.1.1 // address of external JSON-config http://192.168.1.1/de-ad-be-ef-fe-00.config.json
|
||||||
* WATCH_DOG_TICKER_DISABLE=1 //disable wdt feature
|
* WATCH_DOG_TICKER_DISABLE=1 //disable wdt feature
|
||||||
* USE_1W_PIN=49 // use direct connection to 1W devices, no I2C bridge DS2482-100
|
* 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
|
||||||
|
|
||||||
export PLATFORMIO_BUILD_FLAGS="-DMY_CONFIG_SERVER=192.168.1.1 -DWATCH_DOG_TICKER_DISABLE=1 -DUSE_1W_PIN=49"
|
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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user