mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Fix wifi connection
This commit is contained in:
@@ -123,7 +123,6 @@ TCPServer::~TCPServer() {
|
||||
auto that = static_cast<TCPServer *>(args);
|
||||
|
||||
while (true) {
|
||||
printf("top of loop\n");
|
||||
fd_set readfds;
|
||||
FD_ZERO(&readfds);
|
||||
int max_fd = -1;
|
||||
|
||||
Reference in New Issue
Block a user