From 1062e55bd7c19b2423170c4cc2ca12b8f4956513 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 28 Apr 2019 22:03:17 +0200 Subject: [PATCH] travis ci --- .travis.yml | 2 ++ RX_FSK/data/config.txt | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c788b4..e1fc3a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,8 @@ script: - arduino --board esp32:esp32:ttgo-lora32-v1 --verify $PWD/RX_FSK/RX_FSK.ino --verbose | tail -3 | head -1 | awk '{print $NF}' > $PWD/code.bin - $MKSPIFFS -c $PWD/RX_FSK/data -b 4096 -p 256 -s 1503232 $PWD/spiffs.bin - $PWD/scripts/makeimage.py $ESP32TOOLS $PWD/code.bin $PWD/spiffs.bin $PWD/out.bin +after_success: + - .travis/push.sh notifications: email: on_success: change diff --git a/RX_FSK/data/config.txt b/RX_FSK/data/config.txt index ae94af5..e3e098e 100644 --- a/RX_FSK/data/config.txt +++ b/RX_FSK/data/config.txt @@ -7,16 +7,16 @@ led_pout=9 # OLED Setup is depending on hardware of LoRa board # TTGO v1: SDA=4 SCL=15, RST=16 # TTGO v2: SDA=21 SCL=22, RST=16 -oled_sda=4 -oled_scl=15 +oled_sda=21 +oled_scl=22 oled_rst=16 #-------------------------------# # General config settings #-------------------------------# maxsonde=20 debug=0 -wifi=1 -wifiap=1 +# wifi mode: 1=client in background; 2=AP in background; 3=client on startup, ap if failure +wifi=3 #-------------------------------# # Spectrum display settings #-------------------------------#