Merge pull request #2 from oh3bsg/renaming

Renamed server name and other minor updates
pull/80/head
oh3bsg 2021-04-02 21:04:56 +03:00 zatwierdzone przez GitHub
commit 5a1fc1ce1b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 9 dodań i 27 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -1,23 +1,7 @@
# Frequency in Mhz (format nnn.nnn) # Frequency in Mhz (format nnn.nnn)
# Type (4=RS41, 6=DFM normal, DFM-06, 9=DFM inverted, DFM-09) # Type (4=RS41, 6=DFM normal, DFM-06, 9=DFM inverted, DFM-09)
# #
402.300 4 + Greifswald 403.000 4 + Jokioinen
402.500 4 - Schleswig 404.000 4 + Tallinn
402.700 4 + HH-Sasel 405.300 4 + Sundsvall
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
# end # end

Wyświetl plik

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