OpenIris/ESP/platformio.ini
ZanzyTHEbar 3eeae182ee feat: add esp32s3 support
- add beta simulator environment
2023-03-09 20:21:10 +00:00

20 lines
635 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = esp32AIThinker ; do not change this value unless you know what you are doing
description = Open Source ESP Camera firmware
extra_configs =
ini/boards.ini
ini/pinouts.ini
ini/user_config.ini
ini/dev_config.ini
ini/sim.ini