diff --git a/.travis.yml b/.travis.yml index db24e40..572035a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,18 +7,22 @@ os: dist: focal + branches: + only: + - master + before_script: - "export DISPLAY=:99.0" - sleep 3 # give xvfb some time to start - - wget http://downloads.arduino.cc/arduino-1.8.13-linux64.tar.xz - - tar xf arduino-1.8.13-linux64.tar.xz - - mv arduino-1.8.13 $HOME/arduino_ide + - wget http://downloads.arduino.cc/arduino-1.8.16-linux64.tar.xz + - tar xf arduino-1.8.16-linux64.tar.xz + - mv arduino-1.8.16 $HOME/arduino_ide - cd $HOME/arduino_ide/hardware - mkdir esp32 - cd esp32 - - wget https://github.com/espressif/arduino-esp32/archive/refs/tags/1.0.6.tar.gz - - tar -xzf 1.0.6.tar.gz - - mv arduino-esp32-1.0.6/ esp32 + - wget https://github.com/espressif/arduino-esp32/archive/refs/tags/2.0.0.tar.gz + - tar -xzf 2.0.0.tar.gz + - mv arduino-esp32-2.0.0/ esp32 - cd esp32/tools - python --version - python get.py diff --git a/API.md b/API.md index c54c504..8e0be09 100644 --- a/API.md +++ b/API.md @@ -96,7 +96,7 @@ reboot - Reboots the camera * `http:///control?var=lamp&val=50` * `http:///control?var=lamp&val=0` * Set resolution to VGA - * `http:///control?var=framesize&val=6` + * `http:///control?var=framesize&val=8` * Show camera details and settings * All settings are returned via single `status` call in [JSON](https://www.json.org/) format. * `http:///status`