update ide and framework in travis

This commit is contained in:
Owen 2021-09-27 16:43:21 +02:00
parent 8d11706a16
commit 052f58673c
2 changed files with 11 additions and 7 deletions

View File

@ -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

2
API.md
View File

@ -96,7 +96,7 @@ reboot - Reboots the camera
* `http://<IP-ADDRESS>/control?var=lamp&val=50`
* `http://<IP-ADDRESS>/control?var=lamp&val=0`
* Set resolution to VGA
* `http://<IP-ADDRESS>/control?var=framesize&val=6`
* `http://<IP-ADDRESS>/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://<IP-ADDRESS>/status`