Fab*_*oft 3 arduino arduino-ide esp8266
我需要 ESP8266 的默认网关 IP 地址。我知道在 LUA 中,您可以使用以下代码检索它:
ip, netmask, gateway = wifi.sta.getip() print(gateway)
但是如何使用 Arduino/C++?
cag*_*das 6
用于WiFi.gatewayIP().toString()将其作为字符串获取。
WiFi.gatewayIP().toString()
归档时间:
9 年,4 月 前
查看次数:
4185 次
最近记录: