mirror of
https://github.com/easytarget/esp32-cam-webserver.git
synced 2024-02-16 18:18:24 +08:00
@ -23,7 +23,7 @@ before_script:
|
||||
script:
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
- export PATH="$HOME/arduino_ide:$PATH"
|
||||
- arduino --board esp32:esp32:esp32:PartitionScheme=min_spiffs,FlashFreq=40 --pref compiler.warning_level=all --save-prefs
|
||||
- arduino --board esp32:esp32:esp32:PartitionScheme=huge_app,FlashFreq=80 --pref compiler.warning_level=all --save-prefs
|
||||
- arduino --verbose --verify esp32-cam-webserver.ino
|
||||
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
[](https://travis-ci.org/github/easytarget/esp32-cam-webserver) `- Master branch status`
|
||||
|
||||
# Espressives ESP32-CAM example revisited.
|
||||
## Taken from the ESP examples, and modified for reality
|
||||
This sketch is a extension/expansion/rework of the 'official' ESP32 Camera example sketch from Espressif:
|
||||
|
Reference in New Issue
Block a user