1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00
Files
esp8266/tests/device/libraries/test_config/test_config.h.template
2016-04-26 16:04:19 +08:00

9 lines
146 B
Plaintext

#pragma once
#define STA_SSID "test_wifi"
#define STA_PASS "test_wifi_pass"
#define AP_SSID "test_wifi_ap"
#define AP_PASS "test_wifi_ap_pass"