|
|
@ -3,19 +3,19 @@ |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Those replacements are done by the development server to test it locally |
|
|
|
* Those replacements are done by the development server to test it locally |
|
|
|
* without esphttpd. This is needed mainly for places where the replacements |
|
|
|
* without esphttpd. This is needed mainly for places where the replacements |
|
|
|
* are given to JavaScript, to avoid syntax errors with %% |
|
|
|
* are given to JavaScript, to avoid syntax errors with |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
return [ |
|
|
|
return [ |
|
|
|
'%term_title%' => 'ESPTerm local debug', |
|
|
|
'term_title' => 'ESPTerm local debug', |
|
|
|
|
|
|
|
|
|
|
|
'%btn1%' => '1', |
|
|
|
'btn1' => '1', |
|
|
|
'%btn2%' => '2', |
|
|
|
'btn2' => '2', |
|
|
|
'%btn3%' => '3', |
|
|
|
'btn3' => '3', |
|
|
|
'%btn4%' => '', |
|
|
|
'btn4' => '', |
|
|
|
'%btn5%' => '5', |
|
|
|
'btn5' => '5', |
|
|
|
'%labels_seq%' => 'TESPTerm local debug1235', |
|
|
|
'labels_seq' => 'TESPTerm local debug1235', |
|
|
|
|
|
|
|
|
|
|
|
'%screenData%' => 'HELLOxNRE3',//'\u000b\u0001\u001b\u0001\u0001\u0001\u0001\u0001\f\u0005\u0001\u0010\u0003HELLOx\u0002\u000b\u0001\u0001N\u0001RE\u00023\u0001', //, |
|
|
|
'screenData' => 'HELLOxNRE3',//'\u000b\u0001\u001b\u0001\u0001\u0001\u0001\u0001\f\u0005\u0001\u0010\u0003HELLOx\u0002\u000b\u0001\u0001N\u0001RE\u00023\u0001', //, |
|
|
|
/*'{ |
|
|
|
/*'{ |
|
|
|
"w": 26, "h": 10, |
|
|
|
"w": 26, "h": 10, |
|
|
|
"x": 10, "y": 5, |
|
|
|
"x": 10, "y": 5, |
|
|
@ -23,50 +23,52 @@ return [ |
|
|
|
"screen": "" |
|
|
|
"screen": "" |
|
|
|
}',//"70 t259"*/ |
|
|
|
}',//"70 t259"*/ |
|
|
|
|
|
|
|
|
|
|
|
'%opmode%' => '2', |
|
|
|
'parser_tout_ms' => 10, |
|
|
|
'%sta_enable%' => '0', |
|
|
|
|
|
|
|
'%ap_enable%' => '1', |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'%tpw%' => '60', |
|
|
|
'opmode' => '2', |
|
|
|
'%ap_channel%' => '7', |
|
|
|
'sta_enable' => '0', |
|
|
|
'%ap_ssid%' => 'ESP-123456', |
|
|
|
'ap_enable' => '1', |
|
|
|
'%ap_password%' => 'Passw0rd!', |
|
|
|
|
|
|
|
'%ap_hidden%' => '0', |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'%sta_ssid%' => 'Chlivek', |
|
|
|
'tpw' => '60', |
|
|
|
'%sta_password%' => 'windows XP is The Best', |
|
|
|
'ap_channel' => '7', |
|
|
|
'%sta_active_ip%' => '1.2.3.4', |
|
|
|
'ap_ssid' => 'ESP-123456', |
|
|
|
'%sta_active_ssid%' => 'Chlivek', |
|
|
|
'ap_password' => 'Passw0rd!', |
|
|
|
|
|
|
|
'ap_hidden' => '0', |
|
|
|
|
|
|
|
|
|
|
|
'%vers_fw%' => '1.2.3', |
|
|
|
'sta_ssid' => 'Chlivek', |
|
|
|
'%date%' => date('Y-m-d'), |
|
|
|
'sta_password' => 'windows XP is The Best', |
|
|
|
'%time%' => date('G:i'), |
|
|
|
'sta_active_ip' => '1.2.3.4', |
|
|
|
'%vers_httpd%' => '4.5.6', |
|
|
|
'sta_active_ssid' => 'Chlivek', |
|
|
|
'%vers_sdk%' => '1.52', |
|
|
|
|
|
|
|
'%githubrepo%' => 'https://github.com/MightyPork/esp-vt100-firmware', |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'%ap_dhcp_time%' => '120', |
|
|
|
'vers_fw' => '1.2.3', |
|
|
|
'%ap_dhcp_start%' => '192.168.4.100', |
|
|
|
'date' => date('Y-m-d'), |
|
|
|
'%ap_dhcp_end%' => '192.168.4.200', |
|
|
|
'time' => date('G:i'), |
|
|
|
'%ap_addr_ip%' => '192.168.4.1', |
|
|
|
'vers_httpd' => '4.5.6', |
|
|
|
'%ap_addr_mask%' => '255.255.255.0', |
|
|
|
'vers_sdk' => '1.52', |
|
|
|
|
|
|
|
'githubrepo' => 'https://github.com/MightyPork/esp-vt100-firmware', |
|
|
|
|
|
|
|
|
|
|
|
'%sta_dhcp_enable%' => '1', |
|
|
|
'ap_dhcp_time' => '120', |
|
|
|
'%sta_addr_ip%' => '192.168.0.33', |
|
|
|
'ap_dhcp_start' => '192.168.4.100', |
|
|
|
'%sta_addr_mask%' => '255.255.255.0', |
|
|
|
'ap_dhcp_end' => '192.168.4.200', |
|
|
|
'%sta_addr_gw%' => '192.168.0.1', |
|
|
|
'ap_addr_ip' => '192.168.4.1', |
|
|
|
|
|
|
|
'ap_addr_mask' => '255.255.255.0', |
|
|
|
|
|
|
|
|
|
|
|
'%sta_mac%' => 'ab:cd:ef:01:23:45', |
|
|
|
'sta_dhcp_enable' => '1', |
|
|
|
'%ap_mac%' => '01:23:45:ab:cd:ef', |
|
|
|
'sta_addr_ip' => '192.168.0.33', |
|
|
|
|
|
|
|
'sta_addr_mask' => '255.255.255.0', |
|
|
|
|
|
|
|
'sta_addr_gw' => '192.168.0.1', |
|
|
|
|
|
|
|
|
|
|
|
'%term_width%' => '26', |
|
|
|
'sta_mac' => 'ab:cd:ef:01:23:45', |
|
|
|
'%term_height%' => '10', |
|
|
|
'ap_mac' => '01:23:45:ab:cd:ef', |
|
|
|
'%default_bg%' => '0', |
|
|
|
|
|
|
|
'%default_fg%' => '7', |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'%uart_baud%' => 115200, |
|
|
|
'term_width' => '26', |
|
|
|
'%uart_stopbits%' => 1, |
|
|
|
'term_height' => '10', |
|
|
|
'%uart_parity%' => 2, |
|
|
|
'default_bg' => '0', |
|
|
|
|
|
|
|
'default_fg' => '7', |
|
|
|
|
|
|
|
|
|
|
|
'%theme%' => 5, |
|
|
|
'uart_baud' => 115200, |
|
|
|
|
|
|
|
'uart_stopbits' => 1, |
|
|
|
|
|
|
|
'uart_parity' => 2, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'theme' => 5, |
|
|
|
]; |
|
|
|
]; |
|
|
|