Renamee server name and other minor updates

Renamed server name
Updated networks
Updated scanning list
pull/80/head
dl9rdz (via Travis CI) 2021-04-02 20:58:44 +03:00
rodzic f6161a9c9f
commit 2154212c3e
4 zmienionych plików z 9 dodań i 27 usunięć

Wyświetl plik

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>RDZSonde Server</title>
<title>BSGSonde Server</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h2>RDZSonde Server</h2>
<h2>BSGSonde Server</h2>
<!--
<p>GPIO state: <strong> %STATE%</strong></p>
<p><a href="/on"><button class="button">ON</button></a></p>

Wyświetl plik

@ -1,4 +1,2 @@
RDZsonde
RDZsonde
DinoGast
Schokolade
NETGEAR12
vanillagrasshopper651

Wyświetl plik

@ -1,23 +1,7 @@
# Frequency in Mhz (format nnn.nnn)
# Type (4=RS41, 6=DFM normal, DFM-06, 9=DFM inverted, DFM-09)
#
402.300 4 + Greifswald
402.500 4 - Schleswig
402.700 4 + HH-Sasel
403.000 4 - DeBilt
404.100 4 + Norderney
404.300 4 - Schleswig_2
404.500 4 - Meppen
404.700 4 - Greifswald_2
405.100 4 - Lindenberg
405.700 4 + Bergen
405.900 4 + Bergen_2
405.100 4 + Meppen_2
405.300 4 - Essen
403.330 9 - TrUebPl
403.450 9 - TrUebPl
403.470 9 - TrUebPl
403.850 9 - TrUebPl
403.870 9 - TrUebPl
403.890 9 - TrUebPl
403.000 4 + Jokioinen
404.000 4 + Tallinn
405.300 4 + Sundsvall
# end

Wyświetl plik

@ -1,4 +1,4 @@
const char *version_name = "rdzTTGOsonde";
const char *version_id = "devel20210205";
const char *version_name = "bsgTTGO";
const char *version_id = "v0.1.0";
const int SPIFFS_MAJOR=2;
const int SPIFFS_MINOR=9;