Skip to content

Commit ceb7a4b

Browse files
committed
fix enable tx for v3 and v4 HW
1 parent a38ec60 commit ceb7a4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,11 @@ void loop() {
179179
if (handleNewClient(wifiServer, serverClients)){
180180
enableTX();
181181
}
182+
if (handleNewClient(wifiServerEnh, enhClients)){
183+
enableTX();
184+
}
185+
182186
handleNewClient(wifiServerRO, serverClientsRO);
183-
handleNewClient(wifiServerEnh, enhClients);
184187

185188
//check clients for data
186189
for (int i = 0; i < MAX_SRV_CLIENTS; i++){

0 commit comments

Comments
 (0)