ESPTerm web interface submodule, separated to make testing and development easier
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// define language keys used by JS here
|
|
module.exports = [
|
|
'wifi.connected_ip_is',
|
|
'wifi.not_conn',
|
|
'wifi.enter_passwd',
|
|
'term_nav.fullscreen',
|
|
'term_conn.connecting',
|
|
'term_conn.waiting_content',
|
|
'term_conn.disconnected',
|
|
'term_conn.waiting_server',
|
|
'term_conn.reconnecting'
|
|
]
|
|
|