password

検索

以下に検索結果を表示します。

esp32
4 ヒット, 最終更新:
WiFi settings (see network.h) #define DEFAULT_STA_PASSWORD "YOUR_STA_PASSWORD" #define DEFAULT_AP_SSID "" // HOSTNAME // set it to... don't want ESP32 to act as AP #define DEFAULT_AP_PASSWORD "YOUR_AP_PASSWORD" // must be at leas 8 characters long #define DEFAULT_NTP_SERVER_1
install_micropython @hardware:microcontroller:esp32
1 ヒット, 最終更新:
lable access points sta_if.connect("<AP_name>", "<password>") # Connect to an AP sta_if.isconnected()