d27251c698Merge pull request #76 from marcoskirsch/dev
Marcos
2017-01-27 22:01:14 -06:00
189e4a5c56Merge pull request #75 from marcoskirsch/master
Marcos
2017-01-27 21:59:05 -06:00
1a5f7507beMerge branch 'dev' into master
Marcos
2017-01-27 21:58:50 -06:00
dbeaf452bdMerge pull request #74 from ATAMAH/dev
Marcos
2017-01-27 21:52:03 -06:00
bc3ffffa0cUpload form for nodemcu-httpserver
ATAMAH
2017-01-23 12:36:46 +03:00
76750ab99aFixed formatting, and added more info on how this stress test crashes and hints on further testing.
Marcos Kirsch
2017-01-01 23:09:48 -06:00
c59af98e19Change reference to number of images loaded by cars.html more ambiguous, in case that ever changes rendering this incorrect.
Marcos Kirsch
2017-01-01 23:09:08 -06:00
dba1ca7968Fix - make fileHandle and clean it up, so it plays nice with coroutines.
Marcos Kirsch
2017-01-01 23:02:18 -06:00
2167d7290fChanged wifi config to STATION, which I think would be most common. Reworked starting the server until after IP address is acquired. Added mdns conditonal mdns registration (thank you firmware people\!)
Marcos Kirsch
2016-12-26 13:51:40 -06:00
856ef7a590There was a typo (entra n) when sending 'Cache-Control: private, no-store' in the header. I removed the whole thing because why not let browser cache?
Marcos Kirsch
2016-12-26 13:48:54 -06:00
badbf6e2b9This is really annoying... normalize line endings to Unix (LF). Please use Unix line endings so things diff right with git.
Marcos Kirsch
2016-12-26 13:47:22 -06:00
f060295ef7Remove print about server running from server code itself. Client can choose to do the prints from init.lua if client wants to, This seems more appropritate.
Marcos Kirsch
2016-12-26 13:44:41 -06:00
8b46df0f75Chage baud rate to 115200 which seems to be the defualt for newer nodemcu-firmware builds/
Marcos Kirsch
2016-12-26 13:41:06 -06:00
d74b26be7dMerge pull request #69 from ffedoroff/patch-1
Marcos
2016-12-17 21:41:16 -06:00
241de797b0Merge pull request #70 from computerlyrik/uploader-configuration
Marcos
2016-12-17 21:40:42 -06:00
1cc0d120f0Add private to Cache-Control
Marcos Kirsch
2016-12-17 21:12:25 -06:00
ea74a6de7dmodularize nodemcu-command, add start_baud parameter
Christian Fischer
2016-12-09 17:54:31 +01:00
c2aeffc130Merge pull request #62 from bhollosi/dev
Marcos
2016-05-26 19:38:38 -05:00
2b75289dfctypo fix at Cache-Control header, new http response code: 500 / internal server error
Balazs Hollosi
2016-05-27 01:35:10 +02:00
67e5ff5c20typo fix at Cache-Control header, new http response code: 500 / internal server error
Balazs Hollosi
2016-05-27 01:12:57 +02:00
989b4c1d36Merge pull request #60 from marcoskirsch/master
Marcos
2016-05-04 16:10:31 -05:00
b84739dc1bMinor documentation, variable renaming, refactoring to increase readability. Basically, I want the socket callbacks to receive a pointer to a function names onWhatever and I don't want other functions to have such names.
Marcos Kirsch
2016-02-21 22:14:01 -06:00