diff options
| author | manuel <manuel@mausz.at> | 2020-03-17 11:41:24 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2020-03-17 11:41:24 +0100 |
| commit | 1fe1e04f903aaedf4bcde0ae85f58f6644ccedd5 (patch) | |
| tree | 1581ecce403238526c8233466a3edb82d16f7cba /oliver | |
| parent | 7b92ff758d09fd6a91a8dcc8859534c88b6f7883 (diff) | |
| download | arduino-1fe1e04f903aaedf4bcde0ae85f58f6644ccedd5.tar.gz arduino-1fe1e04f903aaedf4bcde0ae85f58f6644ccedd5.tar.bz2 arduino-1fe1e04f903aaedf4bcde0ae85f58f6644ccedd5.zip | |
fix platform io variable
Diffstat (limited to 'oliver')
| -rw-r--r-- | oliver/dr_desk/platformio.ini | 2 | ||||
| -rw-r--r-- | oliver/lr_stripes/platformio.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oliver/dr_desk/platformio.ini b/oliver/dr_desk/platformio.ini index 9ad2883..c6d35d4 100644 --- a/oliver/dr_desk/platformio.ini +++ b/oliver/dr_desk/platformio.ini | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | ; http://docs.platformio.org/en/stable/projectconf.html | 8 | ; http://docs.platformio.org/en/stable/projectconf.html |
| 9 | 9 | ||
| 10 | [platformio] | 10 | [platformio] |
| 11 | env_default = nodemcuv2 | 11 | default_envs = nodemcuv2 |
| 12 | 12 | ||
| 13 | [env:nodemcuv2] | 13 | [env:nodemcuv2] |
| 14 | platform = espressif8266 | 14 | platform = espressif8266 |
diff --git a/oliver/lr_stripes/platformio.ini b/oliver/lr_stripes/platformio.ini index 9ad2883..c6d35d4 100644 --- a/oliver/lr_stripes/platformio.ini +++ b/oliver/lr_stripes/platformio.ini | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | ; http://docs.platformio.org/en/stable/projectconf.html | 8 | ; http://docs.platformio.org/en/stable/projectconf.html |
| 9 | 9 | ||
| 10 | [platformio] | 10 | [platformio] |
| 11 | env_default = nodemcuv2 | 11 | default_envs = nodemcuv2 |
| 12 | 12 | ||
| 13 | [env:nodemcuv2] | 13 | [env:nodemcuv2] |
| 14 | platform = espressif8266 | 14 | platform = espressif8266 |
