1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ extern "C"
// can return nullptr when STA is down // can return nullptr when STA is down
// - Because WiFi is started in off mode at boot time, // - Because WiFi is started in off mode at boot time,
// wifi_station_set/get_hostname() is now no more used // 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 // - wifi_station_hostname is overwritten by SDK when wifi is
// woken up in WiFi::mode() // woken up in WiFi::mode()
// //