Version 1.003 Changes

This commit is contained in:
Robert Strouse 2023-01-21 14:56:56 -08:00
parent a63e881a63
commit 72d1cdcccb
15 changed files with 48597 additions and 1691 deletions

View file

@ -5,6 +5,8 @@
class Network {
protected:
unsigned long lastEmit = 0;
int lastRSSI = 0;
int lastChannel = 0;
public:
String ssid;
String mac;