diff --git a/RX_FSK/RX_FSK.ino b/RX_FSK/RX_FSK.ino index 557b8f6..4fb310d 100644 --- a/RX_FSK/RX_FSK.ino +++ b/RX_FSK/RX_FSK.ino @@ -608,6 +608,8 @@ void loopDecoder() { switch(getKeyPress()) { case KP_SHORT: sonde.nextConfig(); + sonde.updateDisplayRXConfig(); + sonde.updateDisplay(); break; case KP_DOUBLE: enterMode(ST_SCANNER); diff --git a/RX_FSK/data/config.txt b/RX_FSK/data/config.txt index 2b70b11..e26aa9e 100644 --- a/RX_FSK/data/config.txt +++ b/RX_FSK/data/config.txt @@ -7,8 +7,8 @@ led_pin=25 # 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=21 -oled_scl=22 +oled_sda=4 +oled_scl=15 oled_rst=16 #-------------------------------# # General config settings @@ -35,7 +35,7 @@ passcode=12345 # axudp for sending to aprsmap #-------------------------------# # local use only, do not feed to public services -# data not sanities / quality checked, outliers not filtered out +# data not sanitized / quality checked, outliers not filtered out axudp.active=1 axudp.host=192.168.42.20 axudp.port=9002 diff --git a/RX_FSK/data/index.html b/RX_FSK/data/index.html index 2a79aa0..158e4e0 100644 --- a/RX_FSK/data/index.html +++ b/RX_FSK/data/index.html @@ -50,12 +50,17 @@