Skip to content

Commit

Permalink
fix: constructor init list
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Apr 14, 2024
1 parent a51c531 commit 60d6b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handler/deploii_handler_WiFi_WS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
Public methods
*/

DeploiiHandlerWiFiWS::DeploiiHandlerWiFiWS() :
DeploiiHandlerWiFiWS::DeploiiHandlerWiFiWS()
#if defined(ESP32)
_ws()
: _ws()
#elif defined(ARDUINO)
#else
#endif
Expand Down

0 comments on commit 60d6b77

Please sign in to comment.