chromoxdor
2ebc387360
Update P097.rst
...
docs: a little bit of correcting and rephrasing
2024-12-14 12:42:09 +01:00
chromoxdor
3168343ee9
Merge branch 'touchwake' of https://github.com/chromoxdor/ESPEasy into touchwake
2024-12-11 16:07:26 +01:00
chromoxdor
41c5c8ccc2
Update P097.rst
...
I am lagging one year behind :)
2024-12-11 16:06:59 +01:00
chromoxdor
140e6f5237
Merge branch 'mega' into touchwake
2024-12-11 16:02:54 +01:00
chromoxdor
dab591f936
Udated code + added documentation
...
code:
- changed order of device settings
- added changelog
2024-12-11 16:01:26 +01:00
TD-er
30e4197adb
Merge pull request #4854 from tonhuisman/feature/P103-add-ezo-hum-sensor
...
[P103] Add support for EZO-HUM sensor
2024-12-09 23:29:09 +01:00
TD-er
919a16628f
Merge pull request #5085 from flashmark/P021-state_based_extension
...
P021 state based extension
2024-12-09 23:15:08 +01:00
TD-er
43c061a045
Merge branch 'mega' into P021-state_based_extension
2024-12-09 23:13:31 +01:00
TD-er
229284c0ef
Merge pull request #5157 from TD-er/bugfix/free_gpio_16_17_noPSRAM
...
[PSRAM] Free GPIO-16 and -17 on ESP32-classic when no PSRAM present
2024-12-09 23:12:50 +01:00
TD-er
2ffa744553
Merge pull request #5142 from tonhuisman/feature/P175-add-pmsa003i-sensor
...
[P175] Add Dust - PMSx003i (I2C) Sensor
2024-12-09 23:11:10 +01:00
TD-er
9806d0b0a8
Merge pull request #5173 from tonhuisman/feature/P105-add-alternative-aht10-initialization
...
[P105] Add Alternative initialization option for AHT10 clones
2024-12-09 23:09:24 +01:00
TD-er
a5f3682a9f
Merge pull request #5140 from tonhuisman/feature/P159-threshold
...
[P159] Extend max threshold
2024-12-09 23:09:02 +01:00
TD-er
6070275ede
Merge pull request #5126 from tonhuisman/feature/P054-fix-some-gpio-issues-for-esp32
...
[P054] Allow GPIO configuration for ESP32 units
2024-12-09 23:08:40 +01:00
TD-er
4662d170c6
Merge pull request #5151 from tonhuisman/feature/P045-add-all-axis-option-for-measurements
...
[P045] Add optional data collection for all axis
2024-12-09 23:04:55 +01:00
TD-er
e5b574c19f
Merge branch 'mega' into feature/P045-add-all-axis-option-for-measurements
2024-12-09 23:04:47 +01:00
Ton Huisman
f858cb85cd
[P159] Update documentation
2024-12-09 21:19:08 +01:00
Ton Huisman
550b7afaff
[P159] Allow max threshold of 101, to resolve an off-by-one error
2024-12-09 21:18:48 +01:00
Ton Huisman
bf9e240e60
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P159-threshold
2024-12-09 21:17:14 +01:00
flashmark
b0fcff7566
Minor style change
2024-12-09 20:32:07 +01:00
flashmark
6ef900ad52
Merge branch 'letscontrolit:mega' into P021-state_based_extension
2024-12-09 20:25:23 +01:00
TD-er
1cdfec52ac
Merge pull request #5156 from tonhuisman/feature/Documentation-updates-and-fixes-nov-2024
...
[Docs] Updates and fixes, November 2024
2024-12-09 09:08:02 +01:00
Ton Huisman
387b65d46c
Merge branch 'mega' into feature/P159-threshold
2024-12-09 08:15:22 +01:00
Ton Huisman
d47783cac2
[P041][P042] Update documentation (no longer in Normal builds)
2024-12-08 22:14:25 +01:00
Ton Huisman
eb2d75c7a8
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Documentation-updates-and-fixes-nov-2024
2024-12-08 21:58:56 +01:00
Ton Huisman
4bfbf79cfc
[P105] Add Alternative initialization option for AHT10 clones
2024-12-03 22:40:33 +01:00
TD-er
ed747d5749
Merge branch 'mega' into bugfix/free_gpio_16_17_noPSRAM
2024-12-03 21:27:41 +01:00
TD-er
4131eb902b
Merge pull request #5171 from tonhuisman/bugfix/C002-use-correct-pin-for-controlling-p001
...
[C002] Bugfix: Use correct GPIO pin for controlling P001
2024-12-01 22:17:50 +01:00
Ton Huisman
43fc9e3b47
[C002] Bugfix: Use correct GPIO pin for controlling P001
2024-12-01 21:32:49 +01:00
chromoxdor
8eab511786
Update _P097_Esp32Touch.ino
...
- Hopefully fixed compile errors for non-touch ESP32 variants by standardizing the use of uint32_t for the threshold parameter on ESP32 Classic. The value remains limited by P097_MAX_THRESHOLD_VALUE to 4095.
2024-12-01 15:50:58 +01:00
chromoxdor
0dc0e7333b
Update _P097_Esp32Touch.ino
...
- type of threshold now dependent on model (uin32_t for s2 and s3)
- max threshold value now also dependent on the type of esp
2024-11-28 14:41:46 +01:00
Ton Huisman
51c8dbed3b
[P009]/[P061] Add note about possible non-working input for MCP23017 PA7/PB7 pins
2024-11-27 22:29:11 +01:00
chromoxdor
cc3f3ad91c
Update _P097_Esp32Touch.ino
...
- reverting T10_to_T14 support
2024-11-27 15:50:41 +01:00
chromoxdor
be4938e9a1
Update _P097_Esp32Touch.ino
...
- check if touchpad exists
2024-11-27 13:21:43 +01:00
chromoxdor
b6222a3cd4
Update _P097_Esp32Touch.ino
...
- make all touch pins available on s2/s3
2024-11-27 13:03:34 +01:00
chromoxdor
cff15576dc
Update _P097_Esp32Touch.ino
2024-11-27 12:41:46 +01:00
chromoxdor
721d7bf891
Update _P097_Esp32Touch.ino
2024-11-27 11:52:35 +01:00
chromoxdor
7f32370f02
Update _P097_Esp32Touch.ino
2024-11-27 11:45:25 +01:00
chromoxdor
b932e81e68
Update _P097_Esp32Touch.ino
...
- added "long press" event
- disabled "Single event with all values" since it is not working with the recent code (suggestions are welcome) but there is also the question if it is necessary
2024-11-25 17:04:39 +01:00
chromoxdor
5c0ea76c07
Merge branch 'mega' into touchwake
2024-11-23 23:02:32 +01:00
chromoxdor
a14b3222ae
Update _P097_Esp32Touch.ino
...
- added "toggle state" option (since I am not able to add a long press :) )
2024-11-23 22:42:12 +01:00
Ton Huisman
d44a308aa0
[P020] Fix docs typo
2024-11-23 22:04:56 +01:00
Ton Huisman
20aea9656b
[EasyColorCode] P020/P044/P087 serial commands
2024-11-21 22:05:24 +01:00
Ton Huisman
067fe1e56c
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Documentation-updates-and-fixes-nov-2024
2024-11-21 22:03:45 +01:00
TD-er
aeb72d0bd0
Merge pull request #5162 from chromoxdor/colorcode-add-command
...
[P049] added commands
2024-11-21 21:57:18 +01:00
Ton Huisman
9d39c0671a
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Documentation-updates-and-fixes-nov-2024
2024-11-21 21:51:31 +01:00
chromoxdor
0ac2200980
Update _P097_Esp32Touch.ino
2024-11-19 12:15:09 +01:00
chromoxdor
5deca7f720
Update _P097_Esp32Touch.ino
...
get the actual valuename
2024-11-19 11:42:08 +01:00
chromoxdor
2f29a76e26
Update _P097_Esp32Touch.ino
...
- added and tested wakeup on ep32 classic
2024-11-19 09:34:40 +01:00
chromoxdor
de803d3207
Update _P097_Esp32Touch.ino
...
- added extra routine for esp32 s2 and s3
- added option to wake up the esp for supported devices (tested with s3)
- added second value "state" for easier handling
- failed epically to add a long press event because I am just a simple person, but left the remains for someone else to pick up
And as always, please don't stone me. me and c++ are not going to be friends in this life anymore. :)
If you agree to the changes i will update the documentatzion accordingly
2024-11-18 21:57:28 +01:00
Ton Huisman
5e5516ee2b
[P103] Fix cast issue
2024-11-16 23:49:29 +01:00