-1
ESP 32固定IPアドレスに接続するためのWiFiモジュール? Click on this link to see the code which i referredESPへの固定IPアドレス32
ESP 32固定IPアドレスに接続するためのWiFiモジュール? Click on this link to see the code which i referredESPへの固定IPアドレス32
AP
モードのデフォルトIP
はesp32
ためArduino IDE
にstatic IP
を設定するには192.168.4.1
です:staticIPアドレスカスタムIPアドレスを設定する
IPAddress apIP(42, 42, 42, 42);
を定義
WiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0));