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:
committed by
Ivan Grokhotkov
parent
33723a9b52
commit
ab7af89002
1
tests/device/libraries/test_config/.gitignore
vendored
Normal file
1
tests/device/libraries/test_config/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
test_config.h
|
9
tests/device/libraries/test_config/library.properties
Normal file
9
tests/device/libraries/test_config/library.properties
Normal file
@ -0,0 +1,9 @@
|
||||
name=TestConfig
|
||||
version=0.0
|
||||
author=
|
||||
maintainer=
|
||||
sentence=
|
||||
paragraph=
|
||||
category=Uncategorized
|
||||
url=
|
||||
architectures=esp8266
|
@ -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"
|
||||
|
Reference in New Issue
Block a user