Commit Graph
67 Commits
Author SHA1 Message Date
MightyPork 55afcca955 fix incorrect DCS command handling 2017-10-01 13:47:22 +02:00
MightyPork 7ffc947f1a added client + testing command ESC#7 2017-10-01 12:54:52 +02:00
MightyPork 80e8e4f7da added username config for basic auth 2017-09-23 01:59:53 +02:00
MightyPork ac56b1dc61 added timezone to bootlog 2017-09-17 19:14:24 +02:00
MightyPork 128515a9a7 git hashes on about page 2017-09-12 00:26:43 +02:00
MightyPork b02aebf8c2 repeat character command 2017-09-11 00:53:42 +02:00
MightyPork 4c2421121f moved funcs to flash to make it build again, reduced logging buffer, disabled some logging; add missing files 2017-09-11 00:08:50 +02:00
MightyPork 5c57ea3b28 Logging is now toggleable and updates are postponed if socket is busy 2017-08-22 23:05:21 +02:00
MightyPork 6d9d068268 split parser handlers file to multiple 2017-08-20 20:41:56 +02:00
MightyPork fe714bf473 Parser cleanup; implemented #67, support for DCS queries, added doc comments, SGR enum 2017-08-19 23:15:15 +02:00
MightyPork ca410736f7 removed some logging and version bump 2017-08-15 03:14:07 +02:00
MightyPork bc41a21f23 some more missing commands, added code pages, fixed the xterm size command and some other stuff. also FRAKTUR 2017-08-14 01:40:40 +02:00
MightyPork e48180ac10 more commands and glitches fixed, better debug messages, discard bad unicode 2017-08-13 17:30:54 +02:00
MightyPork 32ba7dc0d7 fixed a lot of bugs with wifi connecting 2017-08-06 19:07:43 +02:00
MightyPork 24a6a0dfd3 added git hash to version string 2017-08-06 14:58:46 +02:00
MightyPork f8c60b0668 parser timeout, better checksum checking and struct stuffing, shaved some bytes off RAM 2017-08-06 11:22:45 +02:00
MightyPork 28a170faa3 Fixed a ton of bugs and made almost everything work 2017-07-24 00:35:04 +02:00
MightyPork 16f81cd411 Fix issue with buffer overflow for too large screen updated too fast 2017-01-29 11:10:19 +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 97e016ca4d Updated to latest libesphttpd 2017-01-22 19:24:00 +01:00
MightyPork ee41c1c70f Foo 2017-01-22 15:41:40 +01:00
Jeroen Domburg 3cc52a34ac Update libesphttpd, change Makefile so 80m flash freq works 2016-05-15 12:21:42 +08:00
Jeroen Domburg 41181e1cc7 Added feature to do upgrade on webpage 2016-02-09 21:55:13 +08:00
Jeff Kent 4f34b376c9 Remove accidental comma
Comma was preventing 20 and 80 MHz esptool frequencies from working correctly
2016-02-08 17:21:52 -06:00
Jeroen Domburg ae2edfdd6c Move maplookup routine up a bit so include Makefiles can also use it 2016-01-25 15:49:15 +08:00
Jeroen Domburg 24159ef236 Also link to libcrypto for sdk1.5.0 compatibility 2016-01-07 12:03:57 +08:00
Jeroen Domburg 0728fa1518 Also pass USE_OPENSDK var to libesphttpd make system 2016-01-07 12:02:22 +08:00
Jeroen Domburg 3be1b2ead8 Derp, quotes are needed on ifeq 2015-12-15 23:24:54 +08:00
Jeroen Domburg 4ea7d9f480 Added opensdk flag for stdint mess, updated libesphttpd 2015-12-15 13:18:24 +08:00
Jeroen Domburg ca2c41123a Added support for compiling asm sources; moved espfs a bit so it doesn't get killed by a reflash 2015-09-30 12:54:38 +08:00
Jeroen Domburg f1ac68d41f Slight readme update; reset Makefile things to default for ESP-01 modules 2015-07-23 16:28:34 +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 30517191a3 Check out libesphttpd *before* trying to build stuff 2015-06-10 12:38:55 +08:00
Jeroen Domburg 9ebde6a58c Added automatic libesphttpd fetch 2015-06-10 12:24:50 +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
Sprite_tm d9c5fd5cfa Added blankflash: make target to flash blank.bin into esp 2015-04-15 17:30:13 +02:00
Jindra Dolezy 4331360905 Makefile variable magic 2015-04-12 13:35:50 +02:00
Jindra Dolezy 2ec0e15427 Better handling of gzip compressed files 2015-04-12 01:13:47 +02:00
Jindra Dolezy 391b6d014e Compression settings are passed to Makefile of mkespfsimage and can be set from command line 2015-04-11 16:20:41 +02:00
Jindra Dolezy 3c8c2af597 clean task in Makefile cleans compressed html and mkespfsimage 2015-04-11 12:31:15 +02:00
Jindra Dolezy b1fa603968 Fixed USE_HEATSHRINK flag in Makefile 2015-04-11 11:59:49 +02:00
Jeroen Domburg fdbead2a67 Moving config options into the Makefile 2015-04-11 09:19:51 +02:00
Jindra Dolezy 546056695c Moved httpd files to separate dir 2015-04-11 00:35:54 +02:00
Jindra Dolezy c3f3cbcf9c Moved espfs files and tools together, fixed espfstest 2015-04-11 00:35:54 +02:00
Jindra Dolezy 99e72f5915 Prevented including of stdint.h, which caused compile errors 2015-04-11 00:35:07 +02:00