We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de509b6 commit a1e5d3eCopy full SHA for a1e5d3e
.travis.yml
@@ -34,7 +34,7 @@ script:
34
- cd $TRAVIS_BUILD_DIR
35
- export PATH="$HOME/arduino_ide:$PATH"
36
- arduino --board esp32:esp32:esp32:PSRAM=enabled,PartitionScheme=min_spiffs,CPUFreq=240,FlashMode=qio,FlashFreq=80,DebugLevel=none --pref compiler.warning_level=all --save-prefs
37
- - arduino --verbose --verify esp32-cam-webserver.ino
+ # - arduino --verbose --verify esp32-cam-webserver.ino - commented to let platformio to download libs
38
- platformio run
39
40
0 commit comments