Commit Graph
13035 Commits
Author SHA1 Message Date
TD-er 925ee8db87 Merge pull request #4835 from tonhuisman/feature/Networking-logging-improvements
[Networking] Log string and formatting improvements for size
2023-10-12 22:02:14 +02:00
TD-er 2833ee05c8 Merge pull request #4848 from TD-er/bugfix/4847_ControllerSettingsInvertedBits
[Controller Settings] Fix inverted Send LWT and Will Retain
2023-10-12 21:59:47 +02:00
TD-er 1760a95d20 [Controller Settings] Fix inverted Send LWT and Will Retain
Fixes: #4847
2023-10-12 13:39:27 +02:00
TD-er d19f3cf104 Merge pull request #4845 from dobrykod/gpio_fixes
Gpio fixes
2023-10-11 15:04:44 +02:00
dobry kod 25b10d76ca [GPIO] Fix response to Status command 2023-10-09 08:25:43 +02:00
dobry kod e4e846906d [GPIO] Fix taking wrong branch in GPIO_Monitor10xSec when MCP/PCF plugin is disabled 2023-10-09 08:25:35 +02:00
TD-er 832c44391d Merge pull request #4843 from iz8mbw/patch-8
Fix SI7021/HTU21D DOC links
2023-10-08 10:34:17 +02:00
Fabio Ancona 2a2d6451d0 Fix SI7021/HTU21D DOC links 2023-10-08 09:42:57 +02:00
TD-er 8d6304872a Merge pull request #4836 from letscontrolit/bugfix/P039_thermocouple_isvalid
[P039_Thermosensors] Fix check for valid value
2023-10-03 11:01:25 +02:00
TD-er d6dc5e2532 [P039_Thermosensors] Fix check for valid value
As reported on [the forum](https://www.letscontrolit.com/forum/viewtopic.php?p=66350#p66350)
2023-10-03 08:51:22 +02:00
Ton Huisman 4d70e5e136 [Networking] Fix typo in string argument for strformat 2023-10-01 13:21:50 +02:00
Ton Huisman 666517eb10 [Networking] Log string and formatting improvements for size 2023-09-30 22:58:08 +02:00
TD-er 2a07cca66d automatically updated release notes for mega-20230930 mega-20230930 2023-09-30 15:46:23 +02:00
TD-er b5b9156741 Merge pull request #4816 from agroszer/mega
added InfluxDB v2 HTTP API docs and some other minors
2023-09-30 10:18:14 +02:00
TD-er 361894abd5 Merge pull request #4834 from TD-er/bugfix/read_temperature_ESP32
[Internal temp] Fix crashes on ESP32-S2/S3/C3 + filter
2023-09-30 10:16:28 +02:00
TD-er 3c8d617e6a [ESP32 temp] Fix specific includes for ESP32-S2 2023-09-29 21:31:48 +02:00
TD-er 30dd469257 [Internal temp] Fix crashes on ESP32-S2/S3/C3 + filter 2023-09-29 20:48:36 +02:00
TD-er 8b76e3e7fc Merge pull request #4833 from tonhuisman/feature/RTTTL-documentation-update-and-restore-cancelled-event
[RTTTL] Restore Cancelled event, update documentation
2023-09-29 00:12:09 +02:00
Ton Huisman d8cb8480fd [P000 Docs] Update some internal links 2023-09-28 23:58:49 +02:00
Ton Huisman 1a812ff36d [RTTTL] Restore Cancelled event, update documentation 2023-09-28 23:47:09 +02:00
TD-er bcc555ef1b Merge pull request #4832 from chromoxdor/rtttl_the_final_fix
[RTTTL] the final fix for rtttl parsing :)
2023-09-28 23:41:36 +02:00
chromoxdor 94e1d91b06 Update GPIO.cpp 2023-09-28 23:16:13 +02:00
TD-er d125cd35ff Merge pull request #4831 from TD-er/bugfix/RTTTL_arg_parsing
[RTTTL] Fix stupid mix-up of old/new command argument parsing
2023-09-28 22:35:19 +02:00
TD-er 068d0ec69b [RTTTL] I need some coffee.... 2023-09-28 14:13:10 +02:00
TD-er 83692134a5 [RTTTL] Only check for old/new syntax in the 1st argument 2023-09-28 13:34:20 +02:00
TD-er a6128710cb [RTTTL] Fix stupid mix-up of old/new command argument parsing
parseStringToEnd() does always include the `:` when assuming the 'old' format as first attempt.
2023-09-28 12:54:01 +02:00
TD-er 982df8d1fc Merge pull request #4802 from tonhuisman/feature/RTTTL-enable-async-play-and-improvements
[RTTTL] Add Async play and other improvements
2023-09-28 12:37:46 +02:00
TD-er d677e41143 Merge pull request #4810 from tonhuisman/feature/P037-enable-all-features-on-ESP32-builds
[P037] Build: Include all features in ESP32 builds
2023-09-28 12:37:29 +02:00
TD-er 7211227200 Merge pull request #4824 from iz8mbw/patch-7
[DOC] Update P014 to avoid to use this Plugin with SHT2x devices
2023-09-28 12:34:57 +02:00
TD-er 6abed0faf4 Merge pull request #4830 from TD-er/bugfix/CheckValidGPIO
[GPIO] Fix check for valid GPIO
2023-09-28 12:34:15 +02:00
TD-er 7852c42b2d [RTTTL] Fix argument index for melody + prevent crash when changing song 2023-09-28 11:26:00 +02:00
TD-er ce68d2aa36 [RTTTL] Fix parsing correct command argument 2023-09-28 09:56:50 +02:00
TD-er ecf96f9007 Merge pull request #4829 from Micha-he/mega
Ignore more variants of own Custom.h
2023-09-28 09:51:39 +02:00
TD-er 583e0be5e2 [GPIO] Fix check for valid GPIO
The ESP32 macro `GPIO_IS_VALID_GPIO` does not check for negative gpio index.
We use a negative value as "invalid".
2023-09-28 09:26:52 +02:00
Michael Schröder d10ffcc1d2 Ignore more variants of own Custom.h 2023-09-28 07:54:09 +02:00
Ton Huisman e2050cc910 [RTTTL] Add events for RTTTL play (async only), fix intermitted/skipped async playing 2023-09-27 23:37:22 +02:00
Michael Schröder b3f93631ac Merge branch 'mega' of https://github.com/Micha-he/ESPEasy into mega 2023-09-27 21:53:28 +02:00
Ton Huisman d80948f396 [P037] Update documentation 2023-09-26 22:18:07 +02:00
Ton Huisman 929d9ff6f7 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P037-enable-all-features-on-ESP32-builds 2023-09-26 22:10:34 +02:00
Ton Huisman bc680d9149 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/RTTTL-enable-async-play-and-improvements 2023-09-26 22:04:05 +02:00
TD-er 18270ad980 Merge pull request #4818 from tonhuisman/feature/P036-updates-for-documentation
[P036] Updates for documentation
2023-09-26 20:16:10 +02:00
TD-er de55dbb79c Merge pull request #4820 from tonhuisman/feature/P026-add-internal-temperature-also-as-systemvar
[P026][Sysvars] Add Internal temperature sensor value for ESP32
2023-09-26 20:11:30 +02:00
Ton Huisman 01c673ea13 [Build][P026] Update documentation (without Actions run...) 2023-09-26 19:44:59 +02:00
Ton Huisman 1eb7a0d35a [P026][Sysvars] Add delay() call 2023-09-25 23:31:39 +02:00
Ton Huisman e96bfb2e90 [P026][Sysvars] Explicitly disable FEATURE_INTERNAL_TEMPERATURE for ESP8266 2023-09-25 23:26:01 +02:00
Ton Huisman 43527d5a9a [Build] Ignore Docs commits to trigger an Actions run 2023-09-25 23:13:18 +02:00
Ton Huisman e672b51d25 [Build] Try to use real branch name on GH Actions builds 2023-09-25 23:11:58 +02:00
Ton Huisman 36ca64e6f4 [P026][Sysvars] Read temperature every second on ESP32 classic for better results 2023-09-25 23:09:24 +02:00
Ton Huisman 210d19239d [P026][Sysvars] Avoid temperature reading errors on ESP32 classic (2 tries only) 2023-09-25 23:08:44 +02:00
Ton Huisman 4a3c45ab1e Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P026-add-internal-temperature-also-as-systemvar 2023-09-25 20:01:54 +02:00