mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-03 05:46:32 +02:00
update windows toolchain and platform.txt
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#include "WiFi.h"
|
||||
|
||||
#define STA_SSID "nbis-test"
|
||||
#define STA_PASS "1234567890"
|
||||
#define AP_SSID "esp32"
|
||||
#define STA_SSID "**********"
|
||||
#define STA_PASS "**********"
|
||||
#define AP_SSID "esp32-v6"
|
||||
|
||||
static volatile bool wifi_connected = false;
|
||||
|
||||
|
Reference in New Issue
Block a user