Commit Graph

49 Commits

Author SHA1 Message Date
Scott Baker
c27a4f1484 Consistency on fonts 2023-11-09 09:57:07 -08:00
Scott Baker
c965942b2d Add an option to do digest auth 2023-11-09 09:51:59 -08:00
Scott Baker
aefb6c1a91 Zeropad MAC addressses 2023-04-30 19:40:41 -07:00
Scott Baker
ca672090bd Add some more options for get_board_type() 2023-04-24 15:29:57 -07:00
Scott Baker
f3d760bc8f Add get_mac_addr 2023-03-10 16:00:25 -08:00
Scott Baker
b1e61e17a5 Make get_board_type() a function 2023-03-10 15:52:53 -08:00
Scott Baker
19204e3b35 Need a couple more chars 2023-03-10 10:42:18 -08:00
Scott Baker
940d7bd48d Add MAC/Uptime to HTML 2023-03-10 10:17:01 -08:00
Scott Baker
22c0406896 Work around some ESP32 slowness 2023-03-09 15:03:43 -08:00
Scott Baker
904b2e42d7 Add board type and flash size to HTML 2023-03-06 15:09:33 -08:00
Scott Baker
980c1610d0 Tweak the blue color a bit 2023-03-06 15:08:16 -08:00
Scott Baker
45ed3ebba0 Break out: HTML, CSS, and JS to save on memory 2023-03-06 09:56:28 -08:00
Scott Baker
fa752250df Use FPSTR and get rid of sprintf() so it doesn't crash on ESP8266 2023-03-05 18:38:16 -08:00
Scott Baker
d0699cc4cf Handle custom HTML better 2023-02-27 20:46:25 -08:00
Scott Baker
9caeb17598 Make the HTML a little more modern 2023-02-27 20:30:45 -08:00
Scott Baker
434b6eeab0 Bump to version 0.1.6 2023-02-27 20:30:05 -08:00
Albrecht Lohofener
99bf849d09 Add FlashHelper FPSTR() to HTML string to fix a crash. 2021-02-26 14:17:41 -08:00
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
478e90c261 Need to declare init_has_run in the .h 2019-03-19 11:30:54 -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
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
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
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