1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Device side test library and test runner

This commit is contained in:
Ivan Grokhotkov
2016-03-10 09:12:11 +03:00
committed by Ivan Grokhotkov
parent 33723a9b52
commit ab7af89002
26 changed files with 1118 additions and 206 deletions

View File

@ -0,0 +1 @@
test_config.h

View File

@ -0,0 +1,9 @@
name=TestConfig
version=0.0
author=
maintainer=
sentence=
paragraph=
category=Uncategorized
url=
architectures=esp8266

View File

@ -0,0 +1,8 @@
#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"