From 9264ec3b3bd9045205b20b26f0d3e5d17e0779f2 Mon Sep 17 00:00:00 2001 From: "Hans P. Reiser" Date: Tue, 23 Apr 2019 14:46:52 +0200 Subject: [PATCH] GPL info in about window, display update after key press --- RX_FSK/RX_FSK.ino | 2 ++ RX_FSK/data/config.txt | 6 +++--- RX_FSK/data/index.html | 17 +++++++++++------ RX_FSK/data/networks.txt | 8 ++++---- RX_FSK/data/qrg.txt | 2 +- libraries/SondeLib/Sonde.cpp | 5 +---- 6 files changed, 22 insertions(+), 18 deletions(-) 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 @@

About

- RDZSonde - OpenSource
- Copyright © 2019
- by Hans P. Reiser, DL9RDZ
- (devel-version 2019-04-23)
- -------------------------------
- with mods by Meinhard Guenther, DL2MF
+ RDZSonde
+ Copyright © 2019 by Hansi Reiser, DL9RDZ
+ (devel-version 2019-04-23)
+ with mods by Meinhard Guenther, DL2MF
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
+ see https://www.gnu.org/licenses/gpl-2.0.txt + for details