Commit Graph
15930 Commits
Author SHA1 Message Date
chromoxdorandGitHub 50741d85e2 Merge branch 'mega' into test_udp_ignore 2025-04-16 12:58:14 +02:00
TD-erandGitHub ff310cffda Merge pull request #5284 from tonhuisman/feature/Rules-enable-named-variables
[Rules] Add optional use of named variables
2025-04-10 21:42:39 +02:00
TD-erandGitHub b3a13b0048 Merge pull request #5293 from tonhuisman/bugfix/P104-font-change-spacing-error
[P104] Fix increasing character spacing when changing double-height fonts
2025-04-10 21:34:58 +02:00
Ton Huisman 9cd15d20ec [P104] Fix increasing character spacing when changing double-height fonts 2025-04-03 22:00:31 +02:00
TD-erandGitHub e8f3e91eef Merge pull request #5289 from tonhuisman/feature/Commands-add-sendtoudpmix
[Commands] Add command SendToUDPMix
2025-04-02 22:23:56 +02:00
TD-erandGitHub 127859cd20 Merge pull request #5287 from tonhuisman/feature/P020-data-handling-improvements
[P020] Improve data handling, add UDP receiver
2025-04-02 22:23:18 +02:00
Ton Huisman 00ce31184e [Rules] Small documentation update for events starting with ! 2025-04-02 22:20:20 +02:00
Ton Huisman 313d6b2ad0 [P020] Start UDP-listener once the network is available 2025-04-02 21:47:39 +02:00
Ton Huisman 3a5ed39cb4 [Rules] Enable substring function to return the remainder of a string (with docs update) 2025-03-31 12:46:00 +02:00
Ton Huisman 840522d2ed [Rules] Allow eventname and eventpar processing for explicit string events (!serial) 2025-03-31 11:56:15 +02:00
Ton Huisman 8531981e7d [P020] Update documentation 2025-03-30 16:41:29 +02:00
Ton Huisman 467dff8cc3 [Commands] Add command SendToUDPMix 2025-03-30 14:56:03 +02:00
Ton Huisman c9c8245913 [P020] Fix compiler warning 2025-03-30 14:26:57 +02:00
TD-erandGitHub ad6fd6771f Merge pull request #5286 from tonhuisman/bugfix/P104-fix-font-spacing-double-height
[P104] Bugfix: Apply fontspacing correctly on double-height fonts
2025-03-26 23:29:36 +01:00
TD-erandGitHub ad252238c9 Merge pull request #5285 from tonhuisman/feature/AdaGFX_helper-docs-for-adding-font
[AdaGFX Helper] Docs for adding a custom font
2025-03-26 23:29:17 +01:00
Ton HuismanandGitHub 014d94e91d Merge branch 'mega' into feature/Rules-enable-named-variables 2025-03-26 23:09:50 +01:00
TD-erandTon Huisman d58715b06e [Serial] Add setXxBufferSize functions 2025-03-26 23:02:34 +01:00
TD-erandGitHub fb7cb37539 Merge pull request #5235 from tonhuisman/feature/I2C-multiple-interfaces-support
[I2C] Add support for multiple I2C buses
2025-03-26 22:50:26 +01:00
Ton Huisman b364423fa6 [P020] Add support for UDP -> Serial receiver 2025-03-26 22:22:58 +01:00
Ton Huisman 87ad6b2b44 [P020] Improve data handling
send unaltered via network client
generate hex event data
apply RX buffer size
2025-03-23 23:18:41 +01:00
Ton Huisman ba03087cd5 [P104] Zone order setting was missing the reload-on-change flag 2025-03-23 23:15:49 +01:00
Ton Huisman f5e6864bca [P104] Enable double-height numeric font for ESP32 builds, minor code improvements 2025-03-23 17:38:44 +01:00
Ton Huisman 66c6922510 [P104] Bugfix: Apply fontspacing correctly on double-height fonts 2025-03-23 15:10:36 +01:00
Ton Huisman 21b0cf1bea [AdaGFX Helper] Docs extended based on review 2025-03-22 12:45:20 +01:00
Ton Huisman 2d6c0edbe4 [I2C] De-duplicate code 2025-03-21 22:40:24 +01:00
Ton Huisman 3445d8ea0f [Rules] Change example to use named variables 2025-03-21 21:58:45 +01:00
Ton Huisman 9c46e6ce17 [AdaGFX Helper] Docs extended and some typos fixed. 2025-03-21 21:18:09 +01:00
Ton Huisman a9ae9583c4 [AdaGFX Helper] Docs for adding a custom font 2025-03-20 22:30:13 +01:00
Ton Huisman 3636ebe055 [Rules] Update documentation 2025-03-19 21:44:25 +01:00
Ton Huisman e112244aa7 [Rules] Update documentation, add some examples using named variables 2025-03-18 23:25:11 +01:00
Ton Huisman 55db1e32fb [Rules] Update documentation 2025-03-17 23:27:25 +01:00
Ton Huisman f277c7112c [Rules] Reject invalid variable names 2025-03-17 22:09:45 +01:00
Ton Huisman 8ae558df0f [Rules] Add optional use of named variables 2025-03-16 22:47:39 +01:00
Ton Huisman 1199f2e098 [I2C] Move Clock Stretch setting to Hardware page, move I2C enabled check global 2025-03-15 21:09:15 +01:00
Ton Huisman 6aea90ab17 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/I2C-multiple-interfaces-support 2025-03-15 19:45:49 +01:00
TD-erandGitHub 60a0ce320a Merge pull request #5283 from tonhuisman/featire/Build-add-esp32-climate-littlefs
[Build] Add ESP32 Climate LittleFS build
2025-03-15 18:19:31 +01:00
Ton Huisman 01fd4d0064 [Build] Add ESP32 Climate LittleFS build 2025-03-15 17:10:13 +01:00
Ton Huisman cfdb30d8f2 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/I2C-multiple-interfaces-support 2025-03-15 14:49:45 +01:00
TD-erandGitHub ab4f61ce34 Merge pull request #5268 from tonhuisman/feature/Build-reduce-esp32-builds
[Build] Reduce number of ESP32 builds by removing non-Ethernet builds
2025-03-15 14:38:05 +01:00
Ton Huisman 7dea987613 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Build-reduce-esp32-builds 2025-03-15 14:36:49 +01:00
TD-erandGitHub 3130b2b6d6 Merge pull request #5264 from tonhuisman/feature/P177-add-plugin-xdb401-pressure
[P177] Add plugin Environment - XDB401 I2C Pressure
2025-03-15 14:10:42 +01:00
TD-erandGitHub fa23ba4f99 Merge pull request #5276 from tonhuisman/feature/P100-retrieve-counttotal-value
[P100] Retrieve CountTotal value
2025-03-15 14:10:10 +01:00
TD-erandGitHub 3741ea3d41 Merge pull request #5269 from tonhuisman/bugfix/P095-backlight-command-not-working
[P095] Bugfix: backlight subcommand not working as intended
2025-03-15 14:09:44 +01:00
TD-erandGitHub 9a1c15bfa4 Merge pull request #5263 from tonhuisman/feature/P116-add-st7735-172x320-resolution
[P116] Add support for ST7735 172x320px display
2025-03-15 14:09:07 +01:00
Ton Huisman 39442da9a0 [P100] Update documentation 2025-03-15 12:03:32 +01:00
Ton Huisman a4a7c59f6c [P100] Add option to show CountTotal value, enable Plugin Stats 2025-03-15 12:03:16 +01:00
Ton HuismanandGitHub 70f3372d99 Merge branch 'mega' into feature/P100-retrieve-counttotal-value 2025-03-14 22:32:11 +01:00
Ton Huisman 6170d91aa2 [P100] Add documentation 2025-03-14 22:31:32 +01:00
Ton Huisman 58809d77e1 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/I2C-multiple-interfaces-support 2025-03-13 21:13:28 +01:00
Ton Huisman 4b4d1cc66f Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P116-add-st7735-172x320-resolution 2025-03-13 20:32:36 +01:00