mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Update to 1.1.0
* Reduced socket traffic on load. * Added code to check max socket connections and reconnect when a slot becomes available. * Improve load times for Shade Manager
This commit is contained in:
parent
0ab2444104
commit
dcd90a4c29
15 changed files with 103 additions and 63 deletions
|
|
@ -25,6 +25,7 @@ class Network {
|
|||
void loop();
|
||||
void end();
|
||||
void emitSockets();
|
||||
void emitSockets(uint8_t num);
|
||||
uint32_t getChipId();
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue