Fixes output formatting and variable initialization, moving config to separate file, project folder correctly named, hopefully fixes network crashes
Compare changes
Files
6@@ -2,6 +2,13 @@
@@ -2,6 +2,13 @@
@@ -18,54 +25,13 @@
@@ -18,54 +25,13 @@
@@ -83,16 +49,9 @@ EthernetServer srvTXT[numCh] = {
@@ -83,16 +49,9 @@ EthernetServer srvTXT[numCh] = {
@@ -178,6 +137,7 @@ void setup() {
@@ -178,6 +137,7 @@ void setup() {
@@ -192,7 +152,8 @@ void setup() {
@@ -192,7 +152,8 @@ void setup() {
@@ -453,8 +414,9 @@ void HTTPserver () {
@@ -453,8 +414,9 @@ void HTTPserver () {
client.print("WEB update interval "); client.print(WEB_update_interval); client.println(" [s]<br>");
@@ -557,6 +519,10 @@ void TXTserver (uint8_t ch) {
@@ -557,6 +519,10 @@ void TXTserver (uint8_t ch) {
@@ -591,10 +557,16 @@ void TXTserver (uint8_t ch) {
@@ -591,10 +557,16 @@ void TXTserver (uint8_t ch) {
@@ -615,12 +587,11 @@ void TXTserver (uint8_t ch) {
@@ -615,12 +587,11 @@ void TXTserver (uint8_t ch) {
@@ -669,4 +640,3 @@ void DHCPhousekeeping() {
@@ -669,4 +640,3 @@ void DHCPhousekeeping() {