diff options
| author | manuel <manuel@mausz.at> | 2020-03-01 23:58:12 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2020-03-01 23:58:12 +0100 |
| commit | 7b92ff758d09fd6a91a8dcc8859534c88b6f7883 (patch) | |
| tree | 13e13b51c154db0c38431aa528d9d326c38595fa /oliver/lr_stripes/platformio.ini | |
| parent | e60bc43eb30ab72ec9fdfae581058bf8acfd8586 (diff) | |
| download | arduino-7b92ff758d09fd6a91a8dcc8859534c88b6f7883.tar.gz arduino-7b92ff758d09fd6a91a8dcc8859534c88b6f7883.tar.bz2 arduino-7b92ff758d09fd6a91a8dcc8859534c88b6f7883.zip | |
Migrate to HTTPUpdater
Diffstat (limited to 'oliver/lr_stripes/platformio.ini')
| -rw-r--r-- | oliver/lr_stripes/platformio.ini | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/oliver/lr_stripes/platformio.ini b/oliver/lr_stripes/platformio.ini index 0f31fed..9ad2883 100644 --- a/oliver/lr_stripes/platformio.ini +++ b/oliver/lr_stripes/platformio.ini | |||
| @@ -14,8 +14,5 @@ env_default = nodemcuv2 | |||
| 14 | platform = espressif8266 | 14 | platform = espressif8266 |
| 15 | board = nodemcuv2 | 15 | board = nodemcuv2 |
| 16 | framework = arduino | 16 | framework = arduino |
| 17 | ;upload_flags = --port=8266 --auth=ESP8266_PASSWORD | 17 | monitor_speed = 115200 |
| 18 | ;upload_port = IP (Set fixed IP in your router first!!!) | 18 | upload_speed = 115200 |
| 19 | |||
| 20 | [platformio] | ||
| 21 | lib_dir=/home/manuel/coding/Arduino/libraries | ||
