Commit Graph

29 Commits

Author SHA1 Message Date
Scott Baker
dfbaf8ef7f
Style changes for consistency
Someone on #github suggested that I can send a PR to your branch...

I've never done this before, let's see if it works.
2020-09-28 09:00:16 -07:00
James Fowkes
2d9935fda4 Add ability to set custom HTML 2020-09-28 12:43:49 +01:00
James Fowkes
830a1d4a29 Initialize last value to millis() 2020-07-23 15:06:01 +01:00
Scott Baker
59033c620e mshoe007 convinced me... should fix #8 2020-04-29 16:22:52 -07:00
Scott Baker
323ccbead5 BUGFIX: Use unsigned variables for things that can't be negative (#8) 2020-04-29 10:26:24 -07:00
Scott Baker
ca6c74bf17 Add some returns for functions to prevent warnings
This should address #5
2019-08-13 08:18:16 -07:00
Leo Zimmermann
4cc9e4dd44 removed unused static variable init_run 2019-07-28 21:39:25 +02:00
Scott Baker
d1998c6678 ESP32 doesn't have mDNS update() 2019-03-19 11:31:16 -07:00
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
414573746b Add a small delay after updates so Curl is happy 2019-03-18 09:55:28 -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
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
08b1ebc39d Bump version to 0.1.3 2019-03-14 15:30:51 -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
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
7c0912733d Don't close the connections, it's slows things WAY down 2019-03-13 21:53:26 -07:00
Scott Baker
617f5f1aaf Initial checkin of code 2019-03-13 21:25:26 -07:00