mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
tests: minor fixes, add README.md
This commit is contained in:
committed by
Ivan Grokhotkov
parent
e7127118c6
commit
2c8b2b92ce
@ -1,9 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
// Tests which use STA mode will connect to this AP:
|
||||
#define STA_SSID "test_wifi"
|
||||
#define STA_PASS "test_wifi_pass"
|
||||
|
||||
// Tests which use AP mode will set up a SoftAP with these parameters:
|
||||
#define AP_SSID "test_wifi_ap"
|
||||
#define AP_PASS "test_wifi_ap_pass"
|
||||
|
||||
// IP address of the PC running the tests (needed for HTTP client and HTTP server tests)
|
||||
#define SERVER_IP "192.168.10.1"
|
||||
|
Reference in New Issue
Block a user