Commit Graph

40 Commits

Author SHA1 Message Date
Scott Baker
500630e268 Store the init_has_run in the object, not globally 2019-03-19 09:29:12 -07:00
Scott Baker
12454d75b2 Use a PROGMEM R() macro string to save memory
https://en.cppreference.com/w/cpp/language/string_literal
2019-03-19 09:24:46 -07:00
Scott Baker
cf6f1de11b Call the Arduino delay() not WebOTA.delay()
This was resulting in a recursive loop forever
2019-03-19 09:18:00 -07:00
Scott Baker
1e24251cfd First attempt as a class instead of raw functions 2019-03-18 22:50:35 -07:00
Scott Baker
1fdf830c89 You have to update() for mDNS to work 2019-03-18 11:51:23 -07:00
Scott Baker
db3776853e Make the output more curl friendly 2019-03-18 11:34:06 -07:00
Scott Baker
2d7671f008 Show the FQDN for mDNS 2019-03-18 11:33:52 -07:00
Scott Baker
445a3b1351 Update the README with curl information 2019-03-18 11:18:48 -07:00
Scott Baker
414573746b Add a small delay after updates so Curl is happy 2019-03-18 09:55:28 -07:00
Scott Baker
0677169cfe Clarify the port/path in the README 2019-03-18 08:03:13 -07:00
Scott Baker
f13661cb21 Update the docs to reflect ESP because we support both 2019-03-17 18:08:18 -07:00
Scott Baker
c7b98ad102 Update the README to reflect the new methods 2019-03-17 18:03:02 -07:00
Scott Baker
dc824a5289 Update the example hostnames 2019-03-17 16:54:43 -07:00
Scott Baker
b5bfd76e33 Use some defines to target both ESP32 and ESP8266 2019-03-16 09:35:25 -07:00
Scott Baker
0d022cbdb3 Put the max sketch size in the HTML 2019-03-16 09:34:35 -07:00
Scott Baker
86ddf2c3ad Bump the version 2019-03-15 22:24:04 -07:00
Scott Baker
35b90ace9a Update the examples to the new methodology 2019-03-15 22:22:08 -07:00
Scott Baker
133b371036 Update to a newer model that's simpler for the end user 2019-03-15 22:13:47 -07:00
Scott Baker
6bd2c1981d Update the upload HTML to NOT require JQuery 2019-03-15 19:35:31 -07:00
Scott Baker
5402ef1bc7 Update the README with webota_delay() info 2019-03-14 15:44:39 -07:00
Scott Baker
c2d726a7df Allow the version to be accessed globally 2019-03-14 15:37:48 -07:00
Scott Baker
08b1ebc39d Bump version to 0.1.3 2019-03-14 15:30:51 -07:00
Scott Baker
ef15214132 Update example to use webota_delay() 2019-03-14 15:27:24 -07:00
Scott Baker
3ab61ce2bd Add a new example 2019-03-14 15:18:09 -07:00
Scott Baker
09102d12af Remove some stuff no one will access from the outside 2019-03-14 15:17:10 -07:00
Scott Baker
227c18e83d Print out the upload status via serial 2019-03-14 14:53:05 -07:00
Scott Baker
962f9153b8 Add an alternate if your HTTP server isn't OTAServer 2019-03-14 14:50:29 -07:00
Scott Baker
a933ec00da Add webota_delay() to handle OTA friendly delay() calls 2019-03-14 11:28:15 -07:00
Scott Baker
926844a420 Lower the delay so our OTA updates are more reliable 2019-03-14 09:15:33 -07:00
Scott Baker
03128e40f2 README clarifications 2019-03-14 08:59:32 -07:00
Scott Baker
d9db4077c4 Tweak some CSS 2019-03-13 22:40:30 -07:00
Scott Baker
9d1e8413b1 Bump the version 2019-03-13 22:03:31 -07:00
Scott Baker
221d32f4db Ignore Makefiles and *.bin 2019-03-13 22:03:02 -07:00
Scott Baker
7c0912733d Don't close the connections, it's slows things WAY down 2019-03-13 21:53:26 -07:00
Scott Baker
02c6dd785b Rename an exmaple 2019-03-13 21:38:55 -07:00
Scott Baker
3fb6cb1d53 Add a chargen example 2019-03-13 21:38:11 -07:00
Scott Baker
d61834dda9 Add an example 2019-03-13 21:29:53 -07:00
Scott Baker
617f5f1aaf Initial checkin of code 2019-03-13 21:25:26 -07:00
Scott Baker
c4cddf4348
Update README with info 2019-03-13 21:11:59 -07:00
Scott Baker
5ebea747d5
Initial commit 2019-03-13 20:43:02 -07:00