Skip to content

Commit

Permalink
fix esp8266
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Crippa committed Mar 16, 2024
1 parent c260df3 commit d83a865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void setup()
#endif
#endif

#if defined(ESPS8266)
#if defined(ESP8266)
network_listen();
#endif
}
Expand Down

0 comments on commit d83a865

Please sign in to comment.