mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
pushing my chances to personal branch so i can get the changes from the laptop
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user