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 0f20b49 commit a002d46Copy full SHA for a002d46
.travis.yml
@@ -25,6 +25,8 @@ script:
25
- export PATH="$HOME/arduino_ide:$PATH"
26
- arduino --board esp32:esp32:esp32:PartitionScheme=huge_app,FlashFreq=80 --pref compiler.warning_level=all --save-prefs
27
- arduino --verbose --verify esp32-cam-webserver.ino
28
+ - cp --preserve --verbose myconfig.sample.h myconfig.h
29
+ - arduino --verbose --verify esp32-cam-webserver.ino
30
31
32
notifications:
0 commit comments