Commit Graph
170 Commits
Author SHA1 Message Date
MightyPork e7c26b3e94 send code 0x18 on restart 2017-03-01 23:57:07 +01:00
MightyPork b6a0e796d8 Fixed broken Report Device OK response 2017-01-30 01:22:16 +01:00
MightyPork 29f726c073 Fixed some broken impl 2017-01-30 01:10:10 +01:00
MightyPork 0acf0bdd72 Small front-end improvements + made screen clearing apply cursor color to cleared area 2017-01-29 20:08:58 +01:00
MightyPork f87f638f03 Added Help and About pages 2017-01-29 14:47:39 +01:00
MightyPork 16f81cd411 Fix issue with buffer overflow for too large screen updated too fast 2017-01-29 11:10:19 +01:00
MightyPork e62c4ece90 improvements + page testing php scripts (use with php -S localhost:1337 in the folder) 2017-01-29 01:58:36 +01:00
MightyPork b1baffa3d5 Implemented device status query cmd & cursor save/restore with attrs 2017-01-28 02:04:18 +01:00
MightyPork 1d891dd313 added a 20 ms delay before sending WS update, improves performance when user repains entire screen quickly - just 1 update 2017-01-28 01:42:34 +01:00
MightyPork f7edbf19b0 I'm an idiot 2017-01-28 01:20:21 +01:00
MightyPork bbb56541f8 packed screen struct to 2 bytes, saved 2 kB of RAM 2017-01-28 01:17:13 +01:00
MightyPork 1d52cd551a implemented mouse input, CSI6n cmd, added sass cmd to build_web.sh 2017-01-28 00:47:10 +01:00
MightyPork def04042a7 Implemented factory reset & split ansi_parser to parser and callbacks 2017-01-27 23:35:43 +01:00
MightyPork f8d848f383 FIXED STUPID JSON BUG YOOOO 2017-01-27 01:29:30 +01:00
MightyPork 0f7fb9430c Much better wifi config, added display for IP etc, improved "connecting" page 2017-01-27 00:11:57 +01:00
MightyPork 78c2f9ee52 fix sending 'cv' cursor visible flag 2017-01-26 04:46:34 +01:00
MightyPork 1a33084041 most of the wifi functionality working, + new style 2017-01-26 04:38:19 +01:00
MightyPork b31f3b9335 working debug on uart1 & fixed other issues 2017-01-24 12:54:26 +01:00
MightyPork b0d3c55bbb attempt to fix uart1 but nnot working 2017-01-24 12:05:41 +01:00
MightyPork c2593c2207 implemented browser-esp comm; uart1 not working for some reason 2017-01-24 11:38:17 +01:00
MightyPork 521a00ce47 Fixed multi-part socket for long screen data 2017-01-24 02:15:18 +01:00
MightyPork ca93a3b90d Added messaging from browser to server, tap handling, improved resize on clientside 2017-01-24 01:37:26 +01:00
MightyPork afa34a43de working terminal 2017-01-23 18:27:51 +01:00
MightyPork e3eddca176 some improvements and changes but it's not working 2017-01-23 16:54:10 +01:00
MightyPork fd6587d2bb Added terminal stuff (experimental) 2017-01-23 16:34:43 +01:00
MightyPork aaec5323cd Removed example project junk & added UART drivers 2017-01-23 01:48:05 +01:00
MightyPork be3c0fe926 updated lib & fixed compatibility 2017-01-22 21:55:03 +01:00
MightyPork 97e016ca4d Updated to latest libesphttpd 2017-01-22 19:24:00 +01:00
Jeroen Domburg a95e5f28d6 Remove ALL references to readflash function 2016-04-27 18:22:27 +08:00
Jeroen Domburg 336a749552 Remove decrepit readFlash function 2016-04-27 18:17:21 +08:00
Jeroen Domburg 6968618432 Add testsuite to test core libesphttpd functionality 2016-03-01 15:44:23 +08:00
Jeroen Domburg 41181e1cc7 Added feature to do upgrade on webpage 2016-02-09 21:55:13 +08:00
Jeroen Domburg 5a28d517c6 Add websocket echo cgi for Autobahn testing 2016-01-21 16:37:53 +08:00
Jeroen Domburg 30b17cc263 Re-enable the reset buttom on gpio0... seems I accidentally committed with the timer arm line commented out. 2016-01-18 16:39:46 +08:00
Jeroen Domburg 1a565744b7 Readme update 2015-09-30 13:06:16 +08:00
Jeroen Domburg c6ce7410e3 Websocket: include broadcast demo 2015-09-30 12:55:27 +08:00
Jeroen Domburg b52d0cfba0 Websocket demo 2015-09-30 12:15:06 +08:00
Jeroen Domburg 2fb0e70d9f Added flash upload function 2015-07-23 16:10:51 +08:00
Jeroen Domburg 7242baead5 Different tld for captive portal (.local is for mdns), added options to make esptool.py also capable of flashing the stupid DIO-requiring NodeMCU version, fixed OTA Makefile 2015-07-23 11:41:50 +08:00
Jeroen Domburg e3774b0fb6 Separate ways to build the esphttpd demo app 2015-06-30 10:37:28 +08:00
Jeroen Domburg d8eeeb2a30 Captive portal: use softap-specific hostname redirect 2015-06-10 14:49:20 +08:00
Jeroen Domburg 98304bc9e5 Fixing espfs upload capability 2015-06-10 11:00:51 +08:00
Jeroen Domburg cc90701949 Added option to link webpages into the main binary 2015-06-09 18:25:42 +08:00
Jeroen Domburg ccc179f533 Big-arse structure change: readying esphttpd for a split into a library and an usage example 2015-06-09 17:47:48 +08:00
Jeroen Domburg b458df915e Some doc, added URI type resolver 2015-06-08 19:54:25 +08:00
Jeroen Domburg 7aa2d227a7 Header, made captive portal optional 2015-06-08 19:11:15 +08:00
Jeroen Domburg 0b393512fc Captive portal http functions 2015-06-08 18:09:41 +08:00
Jeroen Domburg dec1137abc DNS resolver for captive portal 2015-06-08 17:50:29 +08:00
Jeroen Domburg c4986a79a2 SDK 1.1.1 compatibility fixes 2015-06-08 12:21:52 +08:00
Jeroen Domburg a016a27c0e Stop cgiWifi from sending bad JSON when it sees >33-ish access points. 2015-05-08 17:30:37 +08:00