<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< title > About ESPTerm :: ESPTerm< / title >
< link href = "/css/app.css" rel = "stylesheet" >
< script src = "/js/app.js" > < / script >
< script >
var _root = location.host;
var _demo = 1;
< / script >
< / head >
< body class = "cfg page-about" >
< div id = "outer" >
< nav id = "menu" >
< div id = "brand" tabindex = 0 > ESPTerm< sup > DEMO< / sup > < / div >
< a href = "term.html" class = "icn-back" > Back to Terminal< / a >
< a href = "cfg_term.html" class = "icn-terminal " > Terminal Settings< / a > < a href = "cfg_wifi.html" class = "icn-wifi " > WiFi Settings< / a > < a href = "cfg_network.html" class = "icn-network " > Network Settings< / a > < a href = "cfg_system.html" class = "icn-configure " > System Settings< / a > < a href = "help.html" class = "icn-help " > Quick Reference< / a > < a href = "about.html" class = "icn-about selected" > About ESPTerm< / a > < / nav >
< script >
function menuOpen() { $('#menu').toggleClass('expanded') }
$('#brand').on('click', menuOpen).on('keypress', cr(menuOpen));
< / script >
< div id = "content" >
< img src = "/img/loader.gif" alt = "Loading…" id = "loader" >
< h1 > About ESPTerm< / h1 >
< div class = "Box errors hidden" >
< span class = "lead" > Validation errors for:< / span > < span class = "list" > < / span >
< / div >
< div class = "Box" >
< img src = "/img/cvut.svg" id = "logo" class = "mq-tablet-min" >
< h2 > ESP8266 Remote Terminal< / h2 >
< img src = "/img/cvut.svg" id = "logo2" class = "mq-phone" >
< p >
© Ondřej Hruška, 2016-2017
< < a href = "mailto:ondra@ondrovo.com" > ondra@ondrovo.com< / a > >
< / p >
< p >
< a href = "http://measure.feld.cvut.cz/" target = "blank" > Katedra měření, FEL ČVUT< / a > < br >
Department of Measurement, FEE CTU
< / p >
< / div >
< div class = "Box" >
< h2 > Version< / h2 >
< table >
< tr >
< th > ESPTerm< / th >
< td > v1.0.0, built 2017-09-07 at 16:29< / td >
< / tr >
< tr >
< th > libesphttpd< / th >
< td > v0.4< / td >
< / tr >
< tr >
< th > ESP IoT SDK< / th >
< td > v010502< / td >
< / tr >
< / table >
< / div >
< div class = "Box" >
< h2 > Issues< / h2 >
< p >
Please report any issues to the < a href = "https://github.com/MightyPork/esp-vt100-firmware/issues" > bugtracker< / a > or send them by e-mail (see above).
< / p >
< p >
Firmware updates can be downloaded from the < a href = "https://github.com/MightyPork/esp-vt100-firmware/releases" > releases page< / a > and flashed
with < a href = "https://github.com/espressif/esptool" > esptool.py< / a > .
< / p >
< / div >
< div class = "Box" >
< h2 > Contributing< / h2 >
< p >
< i class = "icn-github" > < / i > You're welcome to submit your improvements and ideas to our < a href = "https://github.com/MightyPork/esp-vt100-firmware" > GitHub repository< / a > !
< / p >
< p >
< i class = "icn-donate" > < / i > If you'd like to donate, please try < a href = "https://paypal.me/mightypork" > PayPal< / a > or
< a href = "https://liberapay.com/MightyPork/" > LiberaPay< / a > .
< / p >
< / div >
< div class = "Box" >
< h2 > Thanks< / h2 >
< p >
The webserver is based on a < a href = "https://github.com/MightyPork/libesphttpd" > fork< / a > of the
< a href = "https://github.com/Spritetm/esphttpd" > esphttpd< / a > library by Jeroen Domburg (Sprite_tm).
< / p >
< p >
Using (modified) JS library < a href = "https://github.com/kylebarrow/chibi" > chibi.js< / a > by
Kyle Barrow as a lightweight jQuery alternative.
< / p >
< / div >
< div class = "botpad" > < / div >
< div class = "NotifyMsg hidden" id = "notif" > < / div >
< / div >
< / div >
< / body >
< / html >