diff options
| author | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 20:28:31 -0600 |
|---|---|---|
| committer | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 20:28:31 -0600 |
| commit | 0323b728aed9d542de75f5f6b0bf67070f616bbb (patch) | |
| tree | eb2233751b83a0264396a70e4597a93ca13407a8 /examples/PIO_TestPatterns | |
| parent | 51e44ce4b8e1b59caf44e64908a9c54f8aad2b59 (diff) | |
Fix env's
Diffstat (limited to 'examples/PIO_TestPatterns')
| -rw-r--r-- | examples/PIO_TestPatterns/platformio.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/PIO_TestPatterns/platformio.ini b/examples/PIO_TestPatterns/platformio.ini index 379d2bb..7150f4c 100644 --- a/examples/PIO_TestPatterns/platformio.ini +++ b/examples/PIO_TestPatterns/platformio.ini @@ -1,9 +1,9 @@ [platformio] -;default_envs = esp32 +default_envs = esp32 description = HUB75 ESP32 I2S DMA test patterns example ;src_dir = src -[env] +[env:esp32] framework = arduino platform = espressif32 board = wemos_d1_mini32 |
