Commit Graph
16032 Commits
Author SHA1 Message Date
Ton Huisman e596aa6e78 [SysVars] Exclude %localunixtime% from Limited builds 2025-06-01 22:45:14 +02:00
Ton Huisman 0a31c4b62f [SysVars, Conversions] Add %localunixtime%, %systzoffset_s% sysvars and %c_ts2date%() conversion + docs 2025-06-01 22:32:09 +02:00
Ton Huisman b58c2a97fa [StringVars] Improved handling of calculated values for Derived values 2025-06-01 22:29:40 +02:00
Ton Huisman 7a278697bb [StringVars] Avoid calculation of formula with presentation prefix ($) 2025-06-01 15:20:48 +02:00
Ton Huisman 9c5a6e6294 [Docs] Move Data Acquisition to separate include file 2025-05-31 23:02:18 +02:00
Ton Huisman 897c5e9066 [StringVars] Add TaskValueSetDerived, TaskValueSetPresentation docs 2025-05-31 22:14:37 +02:00
Ton Huisman bc5e38e9bb [StringVars] Add TaskValueSetDerived, TaskValueSetPresentation commands and handling 2025-05-31 22:14:13 +02:00
Ton Huisman b941fbf533 [Rules] Fix typo in docs 2025-05-29 23:27:11 +02:00
Ton Huisman 47a07e078d [Rules] Add conversion function %c_strf%() with docs 2025-05-29 22:10:58 +02:00
Ton Huisman 819ed74ff1 [Rules] Add string function Lookup with docs 2025-05-29 20:19:13 +02:00
Ton Huisman 83b3a98d2d [Bugfix] String commands parser fix off-by-one issue 2025-05-29 11:00:52 +02:00
Ton Huisman 93c9e7ff42 [StringVars] Add documentation for [length#var] 2025-05-26 22:10:10 +02:00
Ton Huisman 59de9efe6a [StringVars] Add documentation 2025-05-26 22:02:31 +02:00
Ton Huisman 6e10c79475 [SysVars] Make second argument for 2-argument conversions optional 2025-05-25 23:08:50 +02:00
Ton Huisman 2ce7d1cef2 [StringVars] Make string comparisons work with if 2025-05-25 21:18:04 +02:00
Ton Huisman a2dd615313 [StringVars] Fix new introduced template parser bug 2025-05-25 19:25:39 +02:00
Ton Huisman 93c3c6d8e9 [StringVars] Remove unneeded UnaryOperator::IsNum 2025-05-25 19:21:30 +02:00
Ton Huisman 2058ccfa4d [StringVars] Fix variable typo 2025-05-25 10:53:53 +02:00
Ton Huisman 13d116bfed [Rules] Add support for String type variables 2025-05-24 22:17:25 +02:00
TD-er cc2a7aecfb Merge pull request #5316 from tonhuisman/bugfix/P075-fix-typo
Bugfix [P075] Typo in check for RxD GPIO pin
2025-05-09 22:17:40 +02:00
Ton Huisman dde069b4be Bugfix [P075] Typo in check for RxD GPIO pin 2025-05-09 20:43:42 +02:00
TD-er 4c405c7b32 automatically updated release notes for mega-20250430 mega-20250430 2025-04-30 21:42:36 +02:00
TD-er 2116a7bc7c Merge pull request #5308 from TD-er/feature/2025_april_RC1
[Build] 2025 April Release Candidate
2025-04-30 21:40:50 +02:00
TD-er ac6c789458 Merge branch 'mega' into feature/2025_april_RC1 2025-04-29 21:30:51 +02:00
TD-er 4e000f70cc Merge pull request #5232 from chromoxdor/test_udp_ignore
[SendTo] add ability to nest one SendTo command into another
2025-04-29 21:30:25 +02:00
chromoxdor 12056d792f Update StringParser.cpp
revert function
2025-04-29 18:00:21 +02:00
chromoxdor 4c2f73a9f2 Update StringParser.cpp 2025-04-29 16:18:27 +02:00
chromoxdor a0432350f0 Merge branch 'letscontrolit:mega' into test_udp_ignore 2025-04-29 15:59:37 +02:00
TD-er 73437ed7ea [Build] Add normal_ESP32s3_4M316k_LittleFS_CDC_ETH 2025-04-29 15:18:20 +02:00
TD-er 3c764d586d [SysVar] Do not include new %c_random% in LIMIT_BUILD_SIZE builds 2025-04-29 12:45:31 +02:00
TD-er aa64bc5cdd [SysVar] Add %c_random%(L,H) system variable
As requested on the [forum](https://www.letscontrolit.com/forum/viewtopic.php?p=73835#p73835)
2025-04-29 12:39:07 +02:00
TD-er a32609c2d2 [ESP-IDF 5.4] Update to latest ESP-IDF5.4 2025-04-27 17:31:47 +02:00
TD-er 196d8d82f8 [WiFi RF cal] Disable automatic clear of RF calibration 2025-04-27 17:31:15 +02:00
TD-er 610cf2e1a4 [RF Calibration] Do not erase rf calibration when formatting file system 2025-04-26 02:53:00 +02:00
TD-er 19a236840d [ESP-IDF] Update to latest ESP-IDF5.4 2025-04-26 01:17:51 +02:00
TD-er d6265ed01f [RF Calibration] Automatically re-calibrate when changing ESP-IDF ver. 2025-04-25 23:44:38 +02:00
TD-er e730aeb6d5 [Minimal OTA] Reduce bin size for minimal OTA build 2025-04-25 23:44:31 +02:00
TD-er 2239412d48 Merge pull request #5279 from TD-er/cleanup/optimize_parse_sysvars
[Cleanup] Optimize parsing system variables
2025-04-24 21:19:28 +02:00
TD-er 3e37e31121 [ESPEasy p2p] Prevent node syncing from p2p node with poor time source 2025-04-24 18:37:19 +02:00
TD-er 0343fd2797 [WiFi RF cal] Always erase WiFi RF calibration on format file system 2025-04-24 17:11:58 +02:00
TD-er 6b3370085a [Build] Reduce bin size on ESP8266 disabling some speedup optimizations 2025-04-23 15:41:55 +02:00
TD-er a7943ecdd8 Merge branch 'mega' into cleanup/optimize_parse_sysvars 2025-04-23 15:13:40 +02:00
TD-er c2b88da850 [PinStates] Clean up new GPIO states table (IDF5.5 only) 2025-04-23 15:12:33 +02:00
TD-er b1f3ebb706 [ESPEasy p2p] Only show remote feed when p2p controller enabled 2025-04-23 15:11:51 +02:00
TD-er 746d5a3381 [Act LED] Fix disabling WiFi act. LED when changing pin config
Freeing LEDC channel on ESP32
2025-04-23 15:11:18 +02:00
TD-er 9c5ad7a7a4 [GPIO] Fix checking for correct flash pins IDF5.4/5.5 2025-04-23 15:10:24 +02:00
TD-er 85fb0f8519 [ADC/DAC] Only include ADC/DAC/Touch on devices supporting those 2025-04-23 15:09:31 +02:00
TD-er 0d1759e50f [PinStates] Add table (ESP-IDF5.5 only) for showing actual GPIO config 2025-04-23 02:49:23 +02:00
TD-er cb9e918bae [Build] Set requirements.txt platformio to 6.1.18 2025-04-22 23:06:19 +02:00
TD-er d36485bee6 Merge pull request #5307 from tonhuisman/feature/I2C-renumber-buses-from-0
[I2C] Renumber buses starting from 0 instead of 1
2025-04-22 22:37:24 +02:00