mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-31 22:22:34 +03:00
10 lines
179 B
Plaintext
10 lines
179 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"
|
|
|
|
#define SERVER_IP "192.168.10.1"
|