[CODE title="(https://www.nodemcu.com/index_en.html kodun orjinali buradadır)"]print (wifi.sta.getip())
wifi.setmode(wifi.STATION)
wifi.sta.config("wifi adı","wifi şifresi"
print(wifi.sta.getip())[/CODE]
Yukarıdaki kodu girdiğimde Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200" sketch_mar12a:1:7: error: expected constructor, destructor, or type conversion before '(' token print (wifi.sta.getip()) ^ exit status 1 expected constructor, destructor, or type conversion before '(' token This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. boyle bir hata veriyor. Bunun cozumu nedir?