Skip to content

Commit a91790c

Browse files
committed
Add variable
1 parent 96e916b commit a91790c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ bool wifiEspNowRunning; // False: stopped, True: starting, running, stop
374374
uint32_t wifiReconnectionTimer; // Delay before reconnection, timer running when non-zero
375375
bool wifiSoftApOnline; // WiFi soft AP started successfully
376376
bool wifiSoftApRunning; // False: stopped, True: starting, running, stopping
377+
bool wifiSoftApConnected; // False: no client connected, True: client connected
377378
bool wifiStationOnline; // WiFi station started successfully
378379
bool wifiStationRunning; // False: stopped, True: starting, running, stopping
379380

0 commit comments

Comments
 (0)