커밋 기록

작성자 SHA1 메시지 날짜
  Marcos Kirsch 4d4442318d Fix example server-side scripts to work on new nodemcu-firmware. Specifically, call coroutine.yield() after each connection:send() except the last one, since we can no longer queue sends. 8 년 전
  Marcos Kirsch 4ff7b2b78d Trivial placeholder print statement, useful for debugging. 8 년 전
  Marcos Kirsch 1b14a516aa Fix bugs for newer nodemcu-firmware: new firmware does not allow queuing multiple connection:send() operations. These changes ensure we yield after every send except the last one. 8 년 전
  Marcos Kirsch 37e58389c6 Trivial improvement to print message 8 년 전
  Marcos Kirsch 0e4b515514 Default to join an existing WiFi network, more common at least for my own testing 8 년 전
  Marcos Kirsch 33b94ec5d5 Modified Makefile so that the nodemcu-uploader script no longer needs to be executable 8 년 전
  Marcos Kirsch ad4042f3d6 Leave auth disabled by default 8 년 전
  Marcos 1d3cdaf1a7 Merge pull request #29 from borromeotlhs/patch-8 8 년 전
  TJ Borromeo e52ca7731f Update node_info.lua 8 년 전
  Marcos 8acc6aa8ca Fix title link 8 년 전
  Marcos cbcc7f22a0 Delete b64.py 9 년 전
  Marcos Kirsch 1d4c253277 Merge branch 'master' of https://github.com/marcoskirsch/nodemcu-httpserver 9 년 전
  Marcos Kirsch 1918e8af96 Minor updates 9 년 전
  Marcos cac1a8146a Delete b64.lua 9 년 전
  Marcos Kirsch dcc8df4960 Update for renamed file 9 년 전
  Marcos Kirsch aa507264eb Better comments, add realm 9 년 전
  Marcos Kirsch 0bd5e20c62 Retrofit for renamed file, display configurable realm 9 년 전
  Marcos Kirsch 122926f9f6 Remove tabs, minor rework and comment updates 9 년 전
  Marcos Kirsch c693c7f90f Update for renamed file 9 년 전
  Marcos Kirsch 69c7f385b8 Better not to start server automatically 9 년 전
  Marcos Kirsch 820437a98a Was missing b64.lua 9 년 전
  Marcos e61f3c7556 Merge pull request #27 from samdieck/master 9 년 전
  Marcos 350c868063 Merge pull request #28 from borromeotlhs/patch-7 9 년 전
  Marcos Kirsch ba44745194 remove trailing whitespace 9 년 전
  Marcos Kirsch e49eec62d3 Fix: show minor version. Improve formatting 9 년 전
  TJ Borromeo 19bac62e07 Update args.lua 9 년 전
  Samuel A. Dieck be63ee0093 Added basic auth. Added static settings file 9 년 전
  Marcos Kirsch f62995cf18 Update GPIO lines to use GPIO1 and GPIO2 on NodeMCU devkit 1 9 년 전
  Marcos Kirsch b017526d71 Show size, used, available space in file system 9 년 전
  Marcos Kirsch 2878750f7c Update GPIO lines used by garage example 9 년 전