mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Version 1.003 Changes
This commit is contained in:
parent
a63e881a63
commit
72d1cdcccb
15 changed files with 48597 additions and 1691 deletions
|
|
@ -5,6 +5,8 @@
|
|||
class Network {
|
||||
protected:
|
||||
unsigned long lastEmit = 0;
|
||||
int lastRSSI = 0;
|
||||
int lastChannel = 0;
|
||||
public:
|
||||
String ssid;
|
||||
String mac;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue