Commit Graph

9 Commits

Author SHA1 Message Date
Jason2866 951fba99b1
Breaking: ESP32 Core 3.0.0 only support (#21180)
* Core 3.0.0 only

* rm Arduino30 settings

* rm lib ignore `NimBLE-Arduino`

* rm obsolete or duplicate env entrys
2024-04-15 11:39:48 +02:00
Jason2866 3c43486cf5
Colorama (#20838) 2024-02-29 18:23:33 +01:00
Theo Arends dc68232f42 Phase 1 support C2/C6 2023-08-21 17:32:54 +02:00
Jason2866 b10b42ff34
warn for whitespaces in path (#18985) 2023-06-27 20:33:38 +02:00
Jason2866 c574e24cad
minor clean up in scripts (#17483) 2022-12-22 17:50:40 +01:00
Jason2866 a15b6e8d73
typo 2021-04-24 20:11:27 +02:00
Jason2866 7e862adf9a
Autocopy platformio_tasmota_cenv_sample
to platformio_tasmota_cenv.ini when not existing
2021-04-24 20:06:29 +02:00
Jason2866 0025ca4ae4
Auto copy platformio_override 2021-04-12 10:18:27 +02:00
Barbudor 1694087a28 Rename pio folder to pio-tools solve linux build errors
When vscode is ran from the Tasmota folder in Linux, build fails with message :
```Executing task: pio run <
    The terminal process failed to launch: Path to shell executable "pio" is not a file of a symlink.```
Renaming pio folder into pio-tools solve the problem.

Note: the problem can still occur if the user have a pio folder in his PATH...
2020-11-17 22:01:42 +01:00