diff options
| author | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 22:02:30 -0600 |
|---|---|---|
| committer | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 22:02:30 -0600 |
| commit | a85b0e649ffa9da618b1610cecd212b72800d3bc (patch) | |
| tree | 53262e461af9c7f2279c721329c343c43246c1ed /examples/PIO_TestPatterns | |
| parent | fda92b77af1a341c8f55ee04100b099222cb898a (diff) | |
A bit of cleanup and re-ordering
Diffstat (limited to 'examples/PIO_TestPatterns')
| -rw-r--r-- | examples/PIO_TestPatterns/platformio.ini | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/PIO_TestPatterns/platformio.ini b/examples/PIO_TestPatterns/platformio.ini index 6d154a2..185513a 100644 --- a/examples/PIO_TestPatterns/platformio.ini +++ b/examples/PIO_TestPatterns/platformio.ini @@ -19,15 +19,5 @@ monitor_filters = esp32_exception_decoder [env:esp32] framework = arduino -; PIO CI can't handle IDF git modules properly (yet) [env:esp32idf] -;platform_packages = -; ; use a special branch -; framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.4 framework = arduino, espidf -;build_flags = -; ${env.build_flags} -; -DARDUINO=200 -; -DESP32 -; ;-DUSE_FASTLINES -; -DNO_GFX |
