Files
esp32-cam-webserver/platformio.ini
Owen Carter 93db6cb5e6 PlatformIO travis (#62)
Travis now tests both Arduino and PlatformIO builds
2020-09-30 20:25:47 +02:00

18 lines
569 B
INI

; PlatformIO Project Configuration File
; https://docs.platformio.org/page/projectconf.html
; The esp32-cam-webserver project is intended to be easily compilable
; with the stock Arduino IDE.
; - Maintaining compatibility with other development environments
; is important, but I wont accept changes to the PlatformIO build that
; break compatibilty with the stock IDE. Eg by using non-standard
; partition schemes or overriding Arduino defined limits, etc.
[platformio]
src_dir = ./
[env:esp32cam]
platform = espressif32
board = esp32cam
framework = arduino