Commit Graph
17898 Commits
Author SHA1 Message Date
TD-erandGitHub 44f4559f3c Merge pull request #5595 from tonhuisman/bugfix/Saving-task-cleared-the-cache-unexpectedly
[Bugfix] Taskname wasn't saved because cache was cleared unexpectedly
2026-07-25 21:27:10 +02:00
Ton Huisman d3c1b2adf6 [Bugfix] Taskname wasn't saved because cache was cleared unexpectedly 2026-07-25 21:24:11 +02:00
TD-erandGitHub 75d8a1e62b Merge pull request #5590 from TD-er/bugfix/p2p_update_5496
[ESPEasy p2p] Only update remote task with changes on the sender #5496
2026-07-21 11:59:16 +02:00
TD-er d80f77f555 [PWM] Fix crashes on ESP32 when using PWM fade (#5344)
Fixes: #5344
2026-07-21 11:58:09 +02:00
TD-er 3869d1de79 [ESPEasy p2p] Only update remote task with changes on the sender #5496
When an existing remote task already existed, it was cleared and initialized only with settings in the p2p packet when the sender task was saved.

Fixes: #5496
2026-07-21 11:35:08 +02:00
TD-erandGitHub be6608645c Merge pull request #5586 from TD-er/bugfix/simplify_serial_fallback
[ESPEasy Console] Simplify init of ESPEasy console + update IDF/Arduino
2026-07-21 00:19:55 +02:00
TD-er d80bea9467 [Serial] Fix failing custom_IR_ESP8266_4M1M build 2026-07-20 23:10:19 +02:00
TD-er aa2cc9ceca Merge remote-tracking branch 'letscontrolit/mega' into bugfix/simplify_serial_fallback 2026-07-20 22:55:32 +02:00
TD-er 450ecb3116 [Docs] Add ESP32-S31 datasheet to docs 2026-07-20 22:55:24 +02:00
TD-er 406a62421f [Console] Prevent long delay when USB-HWCDC is plugged but not used 2026-07-20 22:55:00 +02:00
TD-erandGitHub de1ee7ee81 Merge pull request #5568 from tonhuisman/feature/P016-add-event-on-overflow
[P016] Add Event on overflow setting
2026-07-20 22:51:43 +02:00
TD-erandGitHub ad42f76485 Merge pull request #5579 from tonhuisman/bugfix/P020-send-events-for-derived-values
[P020] Send events for Derived values
2026-07-20 22:51:15 +02:00
TD-erandGitHub ec83eaa0fa Merge pull request #5588 from tonhuisman/bugfix/P129-prime-data-by-starting-a-read
[P129] Bugfix: Pre-read so initial read returns valid data
2026-07-20 22:50:39 +02:00
TD-erandGitHub 6b2b80e88d Merge pull request #5585 from tonhuisman/feature/Multiple-serial-ports-with-standard-selector
[Serial] Allow multiple selectors on a single page for Modbus configuration
2026-07-20 22:50:11 +02:00
Ton HuismanandGitHub ff54a4ac50 Merge branch 'mega' into feature/Multiple-serial-ports-with-standard-selector 2026-07-20 21:12:51 +02:00
TD-er 413a22ff8e Merge remote-tracking branch 'letscontrolit/mega' into bugfix/simplify_serial_fallback 2026-07-20 16:18:33 +02:00
TD-erandGitHub 88882898b3 Merge pull request #5589 from letscontrolit/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2026-07-20 16:16:55 +02:00
dependabot[bot]andGitHub ab6f0211c6 Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-20 14:12:38 +00:00
TD-er 8ceb5eeeb1 automatically updated release notes for mega-20260720 mega-20260720 2026-07-20 13:16:21 +02:00
TD-er 3f66a388f5 Merge remote-tracking branch 'letscontrolit/mega' into bugfix/simplify_serial_fallback 2026-07-19 22:51:09 +02:00
TD-er 50c52c3b95 [ESPEasy console] reduce load when USB HWCDC is not connected 2026-07-19 22:50:51 +02:00
TD-erandGitHub 8c26bbf51c Merge pull request #5565 from tonhuisman/feature/Docs-update-vscode-plugin-list
[Docs] Update VSCode plugin list
2026-07-19 21:50:05 +02:00
Ton Huisman 89834507e5 [Serial] Add definition for all-but-CDC serial ports 2026-07-19 21:23:20 +02:00
TD-er 39f43f14f8 [Serial] Simplify ESPEasy console code + reduce resource usage 2026-07-19 17:06:59 +02:00
Ton Huisman e202e00c30 [P129] Bugfix: Pre-read so initial read returns valid data 2026-07-18 21:19:07 +02:00
Gijs Noorlander 759285e9bd [Serial] Fix failing build on minimal ESP8266 builds 2026-07-18 20:53:07 +02:00
Ton Huisman 1ca9a91689 [Serial] Implement enable/disable HWSerial in serial selector 2026-07-18 16:42:36 +02:00
TD-er 72171b9500 [ESPEasy Console] Simplify init of ESPEasy console + update IDF/Arduino 2026-07-18 16:09:50 +02:00
TD-er 943b95a955 [Console] Split ESPEasy_console.cpp into dual/single/serial0-only 2026-07-18 01:52:45 +02:00
Ton Huisman e4c6c93d61 [Serial] Simplify API 2026-07-17 23:32:12 +02:00
Ton Huisman 0144de4e47 [Serial] Allow multiple selectors on a single page for Modbus configuration 2026-07-17 22:36:19 +02:00
TD-erandGitHub 0c3f46d3cf Merge pull request #5584 from TD-er/docs/MiscDocumentation
[Docs] Add missing network overview tab screenshot
2026-07-17 15:46:35 +02:00
TD-er 92bcb385b9 [Docs] Add missing network overview tab screenshot 2026-07-17 15:43:30 +02:00
TD-erandGitHub 6b9ba7d40b Merge pull request #5583 from TD-er/docs/MiscDocumentation
[Docs] Document network + fix import/export nw. config
2026-07-17 15:27:51 +02:00
TD-er 60e4d70f99 [Docs] Document the devsecurity.dat file 2026-07-17 15:27:11 +02:00
TD-er 340e8f3e18 [Docs] Document the Network overview tab 2026-07-17 13:59:37 +02:00
TD-er 99b910b806 [Network] Fix import/export for WiFi STA and AP 2026-07-16 17:47:45 +02:00
TD-er aaf43fa423 [Network] Add "Append Name to Hostname" to import/export 2026-07-16 16:12:31 +02:00
TD-er 61bad0d9a4 [Cleanup] Set development/debug log as LOG_LEVEL_DEBUG 2026-07-16 16:01:57 +02:00
TD-er f51c3ffb18 [Docs] Add link of ESP32-Arduino supported features per ESP32-variant 2026-07-16 16:00:45 +02:00
TD-er 48810e5749 [Network] Add option to append NW interface name to hostname 2026-07-16 15:59:53 +02:00
TD-erandGitHub 5dbfc191f2 Merge pull request #5582 from TD-er/docs/NetworkDocumentation
[Docs] Add WiFi AP documentation + cleanup network docs
2026-07-15 01:43:21 +02:00
TD-er e839a2335e [Docs] Add missing documentation for WiFi AP + cleanup network docs 2026-07-15 01:42:23 +02:00
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