update windows toolchain and platform.txt

This commit is contained in:
me-no-dev
2017-01-19 03:24:21 +02:00
parent be7871677f
commit 9e6e3249b6
4 changed files with 12 additions and 60 deletions

View File

@ -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;