Commit Graph

  • 048f337d61
    Merge pull request #208 from leokeba/master Lukas Bachschwell 2022-11-06 14:58:18 +0100
  • 8e3c12935e fix: Use ControlType Constant leokeba 2022-11-05 14:06:13 +0100
  • f35d3a19d4 feat: implemented clearGraph function leokeba 2022-11-03 03:31:04 +0100
  • 48594de29a fix: initialize graph data with empty array if null leokeba 2022-11-03 01:37:46 +0100
  • d53fdb57a9
    Bump version 2.2.1 Lukas Bachschwell 2022-10-24 13:51:53 +0200
  • b8079cfb63
    Bump version Lukas Bachschwell 2022-10-24 13:51:34 +0200
  • e3ccc216bb
    Merge pull request #204 from ncmreynolds/main 2.2.0 Lukas Bachschwell 2022-10-24 12:59:52 +0200
  • 09a550e614 Many LittleFS related changes/fixes Nick Reynolds 2022-10-13 21:10:20 +0100
  • 309e53dd1e Sort out includes for LittleFS Nick Reynolds 2022-10-13 21:09:05 +0100
  • 4b489c7ce5 Support ESP-IDF versions prior to 4.4/Arduino Core 2.0 Nick Reynolds 2022-10-13 20:52:19 +0100
  • 0c9586730e Add feature to optionally _not_ format LittleFS to prepareFileSystem() Nick Reynolds 2022-10-13 19:53:55 +0100
  • 004a374d79 Add a little more feedback to the user and make it list the files. Nick Reynolds 2022-10-13 19:52:50 +0100
  • e3eea09e43
    Merge pull request #199 from MartinMueller2003/master Lukas Bachschwell 2022-10-11 21:50:58 +0200
  • e088f3a9bd
    Merge 9a1db8a4da into 05ab1734e6 Nick Reynolds 2022-10-08 18:38:26 +0100
  • 9a1db8a4da Add conditional refactor from LITTLEFS to LittleFs and other small changes when using ESP-IDF 4.4 and above on ESP32. This should fix issue #179 etc. relating to LittleFS on ESP32. Make EPSUI.list() function the same on ESP8266 as it does on ESP32 Nick Reynolds 2022-10-08 18:28:19 +0100
  • beb4135616 Make prepareFilesystem.ino more verbose so it shows the files in LittleFS Nick Reynolds 2022-10-08 18:25:23 +0100
  • 957faef52e Add the ESPUI.list() method to keywords Nick Reynolds 2022-10-08 18:16:31 +0100
  • bce624b0f2 Added more robust retry when a socket error occurs. Martin Mueller 2022-09-27 10:31:07 -0400
  • 1595b3bd04 Fixed bug that caused a crash when sending graphpoint updates to multiple browsers. Martin Mueller 2022-09-22 09:36:12 -0400
  • a18254b16b Fixed include issues for LittleFS Martin Mueller 2022-09-22 09:34:53 -0400
  • 811e0ede4d Cosmetic changes to debug messages Martin Mueller 2022-09-22 09:34:11 -0400
  • ea4a0df4d0 Major Restructuring next part Martin Mueller 2022-09-21 15:45:48 -0400
  • a2923e501f Major restructuring of the code to get past an issue in the web socket where many changes are requested but the WS API cant handle the requests. Requests are now tracked per UI client. Moved the client out of the main code into its own code and moved control data marshaling into the control class. NONE of these changes impact the users API. No code changes are needed by the users. WARNING: The LittleFS support for the ESP32 has been updated to be compatible with the latest ESP32 infrastructure. This includes using an improved WebServer. Martin Mueller 2022-09-21 15:37:20 -0400
  • fdffb9c041 Added a check for an invalid json format to prevent the UI from crashing. Requests a new reload when the issue is encountered. Martin Mueller 2022-09-21 15:33:05 -0400
  • 05ab1734e6
    Merge pull request #197 from ncmreynolds/main Lukas Bachschwell 2022-09-21 10:06:57 +0200
  • 79b9acf9f4 Changes per suggestions by maintainer (Lukas Bachschwell). Nick Reynolds 2022-09-21 08:58:05 +0100
  • 90ba90a717 Make captive portal redirect on by default. Nick Reynolds 2022-09-20 15:29:34 +0100
  • 95f2f9bdd0
    Merge pull request #190 from iangray001/master Lukas Bachschwell 2022-09-20 10:15:36 +0200
  • e81cd1f7f5 Add captive portal functionality, update examples and documentation. Nick Reynolds 2022-09-19 17:38:10 +0100
  • a150d2db1e
    Merge branch 's00500:master' into master Ian Gray 2022-07-17 11:20:31 +0100
  • 86c469f5cb Fix small bug applying styles to input elements Ian Gray 2022-07-17 11:17:22 +0100
  • 70acbc1d2f
    Merge pull request #180 from MartinMueller2003/master Lukas Bachschwell 2022-06-26 17:18:13 +0200
  • 9d9a165693 Added an example using the button shortcut Martin Mueller 2022-06-25 10:25:05 -0400
  • a553d32570 Corrected class example Martin Mueller 2022-06-25 07:40:09 -0400
  • 36f6932538 formatting Martin Mueller 2022-06-25 07:31:34 -0400
  • ba9f83a93b Formatting changes Martin Mueller 2022-06-25 07:29:44 -0400
  • 782d339f83
    Merge branch 's00500:master' into master Martin Mueller 2022-06-25 07:17:37 -0400
  • c303668a3c Added description and usage for the extended callback functionality Martin Mueller 2022-06-25 07:16:51 -0400
  • e0ff99f7b6
    Merge pull request #177 from iangray001/master Ian Gray 2022-06-12 13:43:33 +0100
  • 511840fa97 Added an example for using the new extended parameter callback Martin Mueller 2022-06-11 10:56:35 -0400
  • 1419b2dec0 Updated the rest of the callback functions to support the new UserData parameter Martin Mueller 2022-06-11 01:20:25 -0400
  • 02e847a31e First part of extending callback to include a user parm. Converted addControl to no longer use C Style function definitions. Now using C++ function overload to support multiple invocation modes. Martin Mueller 2022-06-11 00:42:25 -0400
  • 9cb962122c Reworked removeControl function Martin Mueller 2022-06-10 12:44:53 -0400
  • 7056cdf044
    Update keywords to max 50 chars Lukas Bachschwell 2022-05-31 08:27:11 +0200
  • 0f3a808e9e
    Bump version 2.1.1 Lukas Bachschwell 2022-05-30 21:35:15 +0200
  • e3debb9689 Update output files Ian Gray 2022-05-29 10:14:52 +0100
  • e059fe5d79 Merge branch 's00500-master' Ian Gray 2022-05-29 10:14:02 +0100
  • 83e1d0a1c9 Merge branch 'master' of https://github.com/s00500/ESPUI into s00500-master Ian Gray 2022-05-29 10:13:37 +0100
  • 59430669af
    Merge pull request #176 from pcbbc/master Ian Gray 2022-05-29 10:00:25 +0100
  • 834a2a2010 Update README.md pcbbc 2022-05-24 12:36:12 +0100
  • 59633c3f74 Merge branch 'master' of https://github.com/pcbbc/ESPUI pcbbc 2022-05-24 11:21:57 +0100
  • a3b253665d Updated documentation pcbbc 2022-05-24 11:21:34 +0100
  • 31973aeac9
    Update README.md pcbbc 2022-05-23 14:10:28 +0100
  • b47d595194 Update ESPUI.cpp pcbbc 2022-05-23 00:06:42 +0100
  • a53124de42 Added 'type' proptert to text input elements pcbbc 2022-05-22 23:31:48 +0100
  • b28752f9c2 Merge branch 'master' of github.com:iangray001/ESPUI Ian Gray 2022-02-26 20:33:37 +0000
  • a958feb152
    Merge pull request #163 from iangray001/master Ian Gray 2022-02-26 18:04:29 +0000
  • c63537a358 Fix issue where grouped sliders are moved programatically. Ian Gray 2022-02-16 21:10:16 +0000
  • ab5ac2dc1d Fix regression caused by f06781bc03. See comments in commit on Github. Ian Gray 2022-02-16 20:28:55 +0000
  • d77daf0c8e Initialise the enabled value to fix #162 Ian Gray 2022-02-16 15:40:31 +0000
  • eb21863e09 Use early return to tidy up logic Ian Gray 2022-02-16 14:52:25 +0000
  • e3e5c34953
    Merge pull request #154 from iangray001/enabledisable Ian Gray 2022-02-12 17:43:06 +0000
  • c2dadf536e Fix #158, min/max not being applied correctly to grouped elements. Ian Gray 2022-02-11 20:47:15 +0000
  • 0fe60e91a9
    Merge branch 'master' into enabledisable Ian Gray 2022-02-11 19:57:36 +0000
  • b1fd9f71a4
    Merge pull request #155 from d-a-v/emuAsync Lukas Bachschwell 2022-02-07 14:51:10 +0100
  • 271fd9dd02 doc: change title (review) david gauchard 2022-02-05 17:46:42 +0100
  • c131a6ad1c +doc david gauchard 2022-02-02 16:47:43 +0100
  • f06781bc03 minor fixes for emulation on host (https://github.com/d-a-v/emuAsync) david gauchard 2022-02-02 11:19:43 +0100
  • 9a4cb277e9 Also support disabling the Pads Ian Gray 2022-01-31 22:34:00 +0000
  • d8b9c35655 Add active styles to Pad to give click feedback Ian Gray 2022-01-31 22:06:54 +0000
  • 896dc97c75 Support dynamic enabling and disabling of controls Ian Gray 2022-01-31 21:43:09 +0000
  • 7dcf6a10f4
    Merge pull request #152 from iangray001/master Ian Gray 2022-01-29 14:52:56 +0000
  • 576890e033 Dynamic visibility support Ian Gray 2022-01-28 20:31:25 +0000
  • d9a4854855
    Merge branch 's00500:master' into master Ian Gray 2022-01-28 17:02:13 +0000
  • f2fa9ba652 Update header files Ian Gray 2022-01-28 16:57:04 +0000
  • a797ae1afa Update example with vertical controls and more documentation Ian Gray 2022-01-28 16:47:19 +0000
  • c12f97de48 Update documentation to explain vertical layout Ian Gray 2022-01-28 16:45:26 +0000
  • df0c6faa4d Add updated style header Ian Gray 2022-01-28 15:31:53 +0000
  • ba048185db Add major new example Ian Gray 2022-01-25 21:35:33 +0000
  • 64b30d13a6 Major documentation rework Ian Gray 2022-01-25 21:32:34 +0000
  • 446f83c6c2
    Merge pull request #149 from iangray001/master Ian Gray 2022-01-23 17:59:14 +0000
  • 334bf16b09 Initial support for vertical switchers and sliders. Ian Gray 2022-01-21 23:30:08 +0000
  • 9cd15db1ad Add Time control Ian Gray 2022-01-20 21:50:06 +0000
  • b33be0057f
    Merge branch 's00500:master' into master Ian Gray 2022-01-20 20:45:44 +0000
  • bc34078f42 Fix bug with multiple clients Ian Gray 2022-01-20 20:43:04 +0000
  • fa097ce329
    Merge pull request #148 from iangray001/chunkupdates2 Ian Gray 2022-01-19 19:32:07 +0000
  • 55b291eb50 Support update of Button text Ian Gray 2022-01-16 14:47:41 +0000
  • bc6e2bb8af Correct call to elementHTML Ian Gray 2022-01-15 21:44:53 +0000
  • fed603e219 Fix error in graph HTML output Ian Gray 2022-01-15 15:13:28 +0000
  • 12a3fb6c80 Fix bug with sliders getting out of sync. Ian Gray 2022-01-15 14:29:38 +0000
  • 9eddf2c504 Improve documentation. Ian Gray 2022-01-15 14:29:03 +0000
  • 6a513e9f65 Allow Max control to add maxlength to text input. Update docs. Ian Gray 2022-01-14 20:24:23 +0000
  • 254912aee5 Add a null check in updateControl Ian Gray 2022-01-13 21:29:22 +0000
  • 3b8f71a0f5 Fix a bug where the Dark colour wasn't being correctly applied. Ian Gray 2022-01-13 18:26:50 +0000
  • a9460c8c69 Allow runtime updates to button controls. Ian Gray 2022-01-13 17:26:00 +0000
  • dd0fe3165f Fix bug with updating slider values programatically Ian Gray 2022-01-12 23:53:55 +0000
  • c059e30763 Fix issue with switchers getting out of sync with the DOM if updated. Ian Gray 2022-01-12 23:12:45 +0000
  • 5909471962 Further improve the reliability of UI element transfer. Ian Gray 2022-01-12 20:12:20 +0000
  • cf535110ea
    Merge pull request #147 from iangray001/designupdates Ian Gray 2022-01-09 11:01:46 +0000
  • f8462bcd48 Documentation typos Ian Gray 2022-01-08 21:31:19 +0000