almost complete wifi page redesign
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'%term_title%' => 'ESP8266 Wireless Terminal',
|
||||
|
||||
'%b1%' => '1',
|
||||
'%b2%' => '2',
|
||||
'%b3%' => '3',
|
||||
'%b4%' => '4',
|
||||
'%b5%' => '5',
|
||||
'%screenData%' => '{
|
||||
"w": 26, "h": 10,
|
||||
"x": 0, "y": 0,
|
||||
"cv": 1,
|
||||
"screen": "70 t259"
|
||||
}',
|
||||
|
||||
'%ap_enable%' => '1',
|
||||
'%tpw%' => '60',
|
||||
'%ap_channel%' => '7',
|
||||
'%ap_ssid%' => 'ESP-123456',
|
||||
'%ap_password%' => 'Passw0rd!',
|
||||
'%ap_hidden%' => '0',
|
||||
'%sta_ssid%' => 'LibraryFreeWifi',
|
||||
'%sta_password%' => 'windows XP is The Best',
|
||||
'%sta_active_ip%' => '',
|
||||
|
||||
'%sta_enable%' => '0',
|
||||
];
|
||||
Reference in New Issue
Block a user