pushing my chances to personal branch so i can get the changes from the laptop

This commit is contained in:
Jm Casler
2020-09-19 12:50:43 -07:00
parent 6e3b22c624
commit 7c44daf8f4
2 changed files with 20 additions and 4 deletions

View File

@@ -8,6 +8,17 @@
WebServer webserver(80);
struct message {
char sender[10];
char message[250];
int32_t gpsLat;
int32_t gpsLong;
uint32_t time;
bool fromMe;
};
struct message arrayMessages[50];
String something = "";
String sender = "";