Skip to content

Commit c49ba7e

Browse files
authored
Wifi Command Bridge (#168)
* Wifi Command Bridge * Updates from code review * Updates from code review * Updates from code review and default to 8 connections for esp32, can be changed locally by consumers if required
1 parent 5482fa7 commit c49ba7e

10 files changed

Lines changed: 830 additions & 148 deletions

SmartFuseBox/Local.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ constexpr uint8_t Relays[ConfigRelayCount] = { Relay1, Relay2, Relay3, Relay4, R
158158

159159

160160
// ─── Network Config ───────────────────────────────────────────────────────────
161-
constexpr uint8_t MaxConcurrentClients = 2;
161+
constexpr uint8_t MaxConcurrentClients = 8;
162162
constexpr uint8_t MaxPersistentClients = 1;

0 commit comments

Comments
 (0)