remove airlift/native json files, use one unified wifi file

This commit is contained in:
brentru 2022-04-26 15:50:27 -04:00
parent 5f427d13a5
commit 4190a1dba4
2 changed files with 1 additions and 9 deletions

View file

@ -1,8 +0,0 @@
{
"io_username": "YOUR_IO_USERNAME_HERE",
"io_key": "YOUR_IO_KEY_HERE",
"network_type_wifi_airlift": {
"network_ssid": "YOUR_WIFI_SSID_HERE",
"network_password": "YOUR_WIFI_PASS_HERE"
}
}

View file

@ -1,7 +1,7 @@
{
"io_username": "YOUR_IO_USERNAME_HERE",
"io_key": "YOUR_IO_KEY_HERE",
"network_type_wifi_native": {
"network_type_wifi": {
"network_ssid": "YOUR_WIFI_SSID_HERE",
"network_password": "YOUR_WIFI_PASS_HERE"
}