Commit Graph
17842 Commits
Author SHA1 Message Date
TD-er 3e435dccda [Docs] Remove empty 'Description' subsection from NW001 page 2026-07-15 01:14:10 +02:00
TD-er d0fad6c5bc [Docs] Fix section/subsection marking on PPP page. 2026-07-15 01:10:35 +02:00
TD-erandGitHub 23fa46a37f Merge pull request #5581 from TD-er/docs/NetworkingDocs
[Docs] Update network documentation
2026-07-15 00:52:47 +02:00
TD-er 68d6da8838 [Docs] Describe rest of WiFi settings 2026-07-15 00:51:07 +02:00
TD-er ccdad8300e [WiFi] Simplify passive/active scan note 2026-07-14 23:47:17 +02:00
TD-er 6df8f582d7 [Docs] Describe WiFi modes and Passive/Active scan 2026-07-14 23:46:04 +02:00
TD-er da35197a0b [Docs] Add documentation for WiFi STA/AP + reformat other network docs 2026-07-14 18:01:26 +02:00
TD-erandGitHub 0c733886e1 Merge pull request #5580 from TD-er/bugfix/Webserver_dedup_stdtmpl
[Webserver] Deduplicate & simplify code handling begin/end of web pages
2026-07-13 21:47:45 +02:00
TD-er 35c7cfd0f4 [PPP Docs] Add description and some tips regarding power 2026-07-13 21:34:27 +02:00
TD-er 2a2ac3eba0 Merge remote-tracking branch 'origin/bugfix/Webserver_dedup_stdtmpl' into bugfix/Webserver_dedup_stdtmpl 2026-07-13 16:03:44 +02:00
TD-er 760dcf724f [PPP Docs] Add documentation on NW005 PPP Modem 2026-07-13 16:03:26 +02:00
TD-er c570df9a3b [PPP] Show info even when no connection to provider is active 2026-07-13 16:02:56 +02:00
TD-erandGitHub 270991fc3c Merge branch 'mega' into bugfix/Webserver_dedup_stdtmpl 2026-07-12 14:59:29 +02:00
TD-erandGitHub 56fcdd1657 Merge pull request #5578 from tonhuisman/feature/DevicesPage-hide-controllers-if-no-values-to-send
[UI] DevicesPage: Hide Controllers if no values to send
2026-07-12 14:58:40 +02:00
TD-erandGitHub fe6728f9c4 Merge pull request #5546 from andbad/andbad-72x40
Add 72x40 display
2026-07-12 14:57:54 +02:00
TD-erandGitHub 94246f75ae Merge pull request #5576 from tonhuisman/bugfix/Limit-humidity-to-100%-after-temp-compensation
[Bugfix] Limit humidity to 100% after applying temperature compensation
2026-07-12 14:57:21 +02:00
TD-erandGitHub 0f2aa3382c Merge pull request #5574 from tonhuisman/bugfix/TaskValue-update-custom-format-uservar
[Bugfix] Include PLUGIN_FORMAT_USERVAR values for json updates
2026-07-12 14:56:43 +02:00
TD-erandGitHub a2041ba90c Merge pull request #5571 from tonhuisman/bugfix/TaskInterval-initialization
[Bugfix] Improve initialization of Task Interval
2026-07-12 14:55:54 +02:00
TD-er 45827f3651 [Webserver] Remove & simplify duplicate code send end of page 2026-07-12 14:00:22 +02:00
TD-er 0e66898524 [Webserver] Remove code duplication send start of page 2026-07-12 01:08:00 +02:00
Ton Huisman 7ea26d1454 [UI] DevicesPage: Hide Controllers if no values to send 2026-07-11 16:28:12 +02:00
andbadandGitHub d1fe05a538 Add 72x40 size
add screenshot
2026-07-09 11:59:32 +02:00
andbadandGitHub 61b985829d Merge branch 'letscontrolit:mega' into andbad-72x40 2026-07-09 11:58:28 +02:00
andbadandGitHub 699928a28c Add 72x40 OLED size to changelog
Updated changelog to reflect the addition of 74x40 resolution
2026-07-09 10:06:02 +02:00
andbadandGitHub 49aec9130e Fix formatting in P036_data_struct.h 2026-07-09 10:00:20 +02:00
andbadandGitHub 32490a92ce Fix formatting of enum value for p036_resolution 2026-07-09 09:50:39 +02:00
Ton Huisman f9ca8c562b [Bugfix] Limit humidity to 100% after applying temperature compensation 2026-07-04 23:02:01 +02:00
Ton Huisman f082304173 [P126][P129] Code optimization using ceilf instead of ceil, fix conditional compile error 2026-07-01 10:23:48 +02:00
Ton Huisman 6fe0838471 [P126][P129] Code optimization by moving ul2stringFixed to StringConverter_Numerical 2026-06-30 22:12:49 +02:00
Ton Huisman ab417fa84c [PLUGIN_FORMAT_USERVAR] Allow optional value display formatting by setting ParN[idx] to 1 2026-06-30 17:24:39 +02:00
Ton Huisman 6f69fdf0e0 [Bugfix] Include PLUGIN_FORMAT_USERVAR values for json updates 2026-06-29 23:30:22 +02:00
Ton Huisman 2aeea6e1e5 [Bugfix] Partial revert for saving Task Interval 2026-06-29 23:16:54 +02:00
Ton Huisman 42bf0c451f [Bugfix] Improve initialization of Task Interval 2026-06-28 22:08:38 +02:00
TD-erandGitHub 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-erandGitHub 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
TD-er bf1abdcba2 [WiFi] Simplify WiFi STA state machine 2026-06-22 20:19:46 +02:00
dependabot[bot]andGitHub 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
TD-er 8549f39667 [WiFi] Update WiFi state diagrams 2026-06-11 16:36:08 +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-erandGitHub 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