1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-20 10:24:18 +03:00

LwipIntf - typo (#9103)

This commit is contained in:
David Refoua
2024-03-17 21:28:39 +03:30
committed by GitHub
parent c96dc26792
commit b0d9e75d50

View File

@ -43,7 +43,7 @@ extern "C"
// can return nullptr when STA is down
// - Because WiFi is started in off mode at boot time,
// wifi_station_set/get_hostname() is now no more used
// because setting hostname firt does not work anymore
// because setting hostname first does not work anymore
// - wifi_station_hostname is overwritten by SDK when wifi is
// woken up in WiFi::mode()
//