remove airlift/native json files, use one unified wifi file
This commit is contained in:
parent
5f427d13a5
commit
4190a1dba4
2 changed files with 1 additions and 9 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue