Platformio build, #60

This commit is contained in:
Owen
2020-09-30 17:41:30 +02:00
parent 55512bc0e7
commit 966976b56c
2 changed files with 23 additions and 0 deletions

5
.gitignore vendored
View File

@ -1 +1,6 @@
myconfig.h
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
.pio

18
platformio.ini Normal file
View File

@ -0,0 +1,18 @@
; 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]
src_dir = ./
;lib_dir = ../../
[env:esp32cam]
platform = espressif32
board = esp32cam
framework = arduino