18064 Commits
Author SHA1 Message Date
Ton Huisman be6ce1f162 [P016] Fix typo in error log 2026-06-27 13:53:55 +02:00
Ton Huisman 7dee0ce173 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P016-add-event-on-overflow 2026-06-27 13:53:02 +02:00
TD-er 2776ae9516 Merge pull request #5564 from TD-er/bugfix/wifi_setup_crash
[WiFi] Fix stack overflow crash when no credentials set
2026-06-25 17:23:20 +02:00
TD-er 9ce4376d0d [Forms] Add optional changed bool to simplify checking for changes
As suggested here: https://github.com/letscontrolit/ESPEasy/pull/5390#discussion_r3474622331
2026-06-25 17:09:49 +02:00
TD-er d61d4ecdc6 [SendToHttps] Log HTTP return code even on BUILD_NO_DEBUG 2026-06-25 16:57:05 +02:00
TD-er b53120bddf [Build] Fix failing ESP32C2 Safeboot build. 2026-06-25 09:46:34 +02:00
TD-er 6c630a7266 [SendToHttps] Fix crash and actually working + connect timeout 2026-06-24 23:01:11 +02:00
TD-er 911638e832 [PWM] Disable fade for ESP32 PWM for now. 2026-06-24 17:01:36 +02:00
TD-er ba77d801b7 [Network] Simplify connected/disconnected and enabled/disabled events 2026-06-24 17:00:59 +02:00
TD-er 4219f257d9 [WiFi] Add state diagrams to WiFi documentation 2026-06-23 15:12:42 +02:00
TD-er baa447b876 [WiFi] Cleanup STA state machine code 2026-06-22 22:41:12 +02:00
TD-er b2eb3a0f7c Merge pull request #5567 from letscontrolit/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2026-06-22 22:00:28 +02:00
Ton Huisman 20e0718bd5 [P016] Add Event on overflow setting 2026-06-22 21:40:40 +02:00
TD-er bf1abdcba2 [WiFi] Simplify WiFi STA state machine 2026-06-22 20:19:46 +02:00
dependabot[bot] dfded704ae Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 14:12:41 +00:00
Ton Huisman d56f06af63 [P157] Update documentation with circular scroll options 2026-06-15 23:22:59 +02:00
Ton Huisman 55fb73afab [P157] Add Circular scroll option 2026-06-15 23:22:36 +02:00
Ton Huisman f989c33cc1 [P157] Don't restart scrolling when the content isn't changed (7dtext and 7dbin) 2026-06-13 23:19:19 +02:00
Ton Huisman c3718b75e6 [P157] Don't restart scrolling when the content isn't changed (7dtext) 2026-06-13 22:56:46 +02:00
Ton Huisman a8219ea406 [P157] Update documentation with new options 2026-06-13 21:03:48 +02:00
Ton Huisman 21ef4b11e5 [P157] Add scroll always option, optional slashed zero, delay between scroll loops 2026-06-13 21:00:51 +02:00
Ton Huisman b29b525b8c [P157] Correct BUILD info documentation 2026-06-12 22:34:56 +02:00
Ton Huisman 591bd63a9f [P157] Address pin documentation 2026-06-12 22:32:46 +02:00
TD-er bd82bc2b5e [P157] Fix minimal OTA builds by ignoring NoiascaHt16k33 lib 2026-06-12 15:24:03 +02:00
TD-er 2647838c2f Merge branch 'mega' into feature/P157-plugin-14-segment-display 2026-06-12 15:12:13 +02:00
TD-er 8549f39667 [WiFi] Update WiFi state diagrams 2026-06-11 16:36:08 +02:00
Ton Huisman e8b936a00a [Docs] Update VSCode plugin list 2026-06-10 22:37:06 +02:00
TD-er 757d8a1668 [WiFi] Simplify state machine for WiFi STA 2026-06-10 14:51:39 +02:00
TD-er f527920019 [WiFi] Fix stack overflow crash when no credentials set 2026-06-08 11:54:09 +02:00
TD-er 77e8b8290a Merge pull request #5563 from TD-er/bugfix/sort_custom_vars_ESP32_only
[SysVarSort] Only sort system variables on ESP32 due to build size
2026-06-08 09:13:03 +02:00
TD-er 30ca5c6370 [SysVarSort] Only sort system variables on ESP32 due to build size 2026-06-07 22:39:40 +02:00
TD-er 673f5bbdc3 [Build] Fix sort custom vars on ESP8266
ESP8266 needs all return paths of the lambda function to be exactly the same type.
Thus the `operator<` of `String` needs to be cast to a bool as it would otherwise be an `unsigned char` .
2026-06-07 22:18:23 +02:00
TD-er 41347de1ec Merge pull request #5562 from TD-er/bugfix/ip_access_control
[AccessControl] Fix checking for allowed IP access of webinterface
2026-06-07 21:43:47 +02:00
TD-er 8d7fdcb2a5 Merge pull request #5561 from tonhuisman/feature/Sysvar-variables-num-sorted
[SysVars] List variables numerically sorted
2026-06-07 21:43:17 +02:00
TD-er 7a1fc1ed19 [Build] Fix custom build missing an include for Metrics.cpp 2026-06-07 19:50:00 +02:00
TD-er 9bfc82bb70 [AccessControl] Fix checking for allowed IP access of webinterface 2026-06-07 17:06:06 +02:00
Ton Huisman 1dee7c775d [Docs] Suggest VSCode plugin TODO Highlight as Todo Tree doesn't work anymore without an external tool 2026-06-06 13:29:35 +02:00
TD-er b95cda55ad [Docs] Add link to Supported Features and Peripherals on ESP32-xx 2026-06-06 10:35:28 +02:00
Ton Huisman 7870eeda6f Merge branch 'mega' into feature/Sysvar-variables-num-sorted 2026-06-05 22:04:56 +02:00
TD-er 99681464ce Merge pull request #5559 from TD-er/bugfix/captive_portal_setup
[AccessControl] Fix checking for allowed IP range
2026-06-05 16:30:53 +02:00
TD-er a954b0224f [Arduino 3.3.9] Update to latest espressif32/Arduino 3.3.9 2026-06-05 14:52:59 +02:00
Ton Huisman 85e4cc283d [SysVars] Sort alphabetic values too (though they come in already sorted) 2026-06-03 21:52:28 +02:00
TD-er 7cc89ccd5d [Network] Fix properly clearing runtime data when starting nw interface 2026-06-03 15:26:06 +02:00
TD-er 99e6205bc5 [Network] Fix route setting priority (ESP32-only) 2026-06-03 14:46:00 +02:00
TD-er a3228f0272 [WebFlasher] Update webflasher to 12.2.4 2026-06-03 14:44:56 +02:00
TD-er 926dc99d65 [ESP-IDF] Update Arduino/ESP-IDF to latest version 2026-06-03 14:44:16 +02:00
Ton Huisman 052780e595 [SysVars] List variables numerically sorted 2026-06-02 22:11:23 +02:00
Ton Huisman 15ad5c5337 [P157] Additional documentation 2026-05-28 22:43:35 +02:00
TD-er ef324e6e5f [WiFi AP] Fix really stupid error setting WiFi AP static IP 2026-05-28 16:52:01 +02:00
TD-er 1646c4e953 [ESP8266] Fix ESP8266 builds missing include 2026-05-25 23:24:22 +02:00