mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +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"
|