mirror of
https://github.com/Dominocs/Project_Cymple.git
synced 2025-11-04 14:49:40 +08:00
15 lines
514 B
INI
15 lines
514 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
|
|
|
|
[env:esp32-cam]
|
|
platform = espressif32 @~6.4.0
|
|
framework = arduino
|
|
board = esp32cam
|
|
; build_flags = -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue |