TD-er
dd6cc78812
[Build] Include flash size on all PlatformIO envs
2021-10-26 09:21:46 +02:00
Ton Huisman
8805f98ece
Merge branch 'mega' into feature/p104-new-plugin-max7219-dotmatrix
2021-10-19 11:46:27 +02:00
TD-er
6034dadf41
Merge branch 'mega' into feature/ESP32_bootstrappins
2021-10-18 14:55:12 +02:00
TD-er
617c4d1ac8
[ESP32] Update GPIO description docs & add event to get boot strap pins
...
ESP32 can keep track of the pin state of a number of pins at boot.
With this update these pin states will be send at boot as an event, so one may act on it during boot.
Possible use case:
Detect voltage and immediately go to sleep again.
Later features may use these too to enter for example a service mode.
2021-10-18 13:18:11 +02:00
TD-er
85e43abe6d
[Cleanup] Remove PeriodicalScanWiFi
...
It caused quite a lot of unforeseen issues.
Thus remove the setting.
2021-10-18 11:21:58 +02:00
TD-er
72d0b4426a
[PMSx003] Add sensor init time option after wake up sensor
2021-10-15 15:48:38 +02:00
TD-er
05ae9ba4b8
[PMSx003] Document new Data Processing features.
2021-10-14 16:16:12 +02:00
TD-er
c81d8660ad
[PMSx003] Add oversampling to average readings
...
Oversampling does average all readings between 2 calls of `PLUGIN_READ`.
N.B. if the sensor is put to sleep, any collected samples will be flushed by scheduling a `PLUGIN_READ`.
When waking up, any stored data in the averaging buffer is flushed.
2021-10-14 16:01:57 +02:00
TD-er
38604e5e03
[PMSx003] Document new pmsx003,wake & pmsx003,wake commands
2021-10-14 00:30:32 +02:00
TD-er
70c6d2ebf7
[PMSx003] Update documentation
2021-10-13 16:42:18 +02:00
TD-er
afe3b3a4f1
[PMSx003] Add explanation on particles measurement
2021-10-13 13:56:45 +02:00
TD-er
3925bfa27b
[PMSx003] Add commands for reset/sleep/wake + document them
2021-10-12 15:01:41 +02:00
TD-er
661b14bc0e
Merge pull request #3800 from tonhuisman/bugfix/re-enable-ir-in-custom_ir-builds
...
[Build] Enable IR plugins in custom_IR and MAX ESP32 builds
2021-10-11 09:44:44 +02:00
Ton Huisman
d78e15cca2
[Docs] IR plugins are not in normal builds (for a long time)
2021-10-09 17:51:00 +02:00
Ton Huisman
b34e63007c
[Docs] IR plugins are not in normal builds (for a long time)
2021-10-09 17:49:22 +02:00
Ton Huisman
bde8725cf1
[Docs] IR plugins are not in normal builds (for a long time)
2021-10-09 17:44:56 +02:00
Ton Huisman
79d211d93b
[Docs] IR plugins are not in normal builds (for a long time)
2021-10-09 17:42:19 +02:00
Ton Huisman
549e247833
[P073] Add 7output command
2021-10-05 22:44:32 +02:00
Ton Huisman
8c49344c3c
Merge branch 'mega' into feature/p104-new-plugin-max7219-dotmatrix
2021-10-05 21:03:14 +02:00
TD-er
6da69e72fb
Merge pull request #3795 from tonhuisman/feature/small-improvements
...
Small improvements & fixes
2021-10-05 14:54:09 +02:00
Ton Huisman
93d08d0425
[P017] Add warning for I2C Clockstretching to documentation
2021-10-04 20:00:08 +02:00
Ton Huisman
d400b8968f
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p007-enable-selectable-number-of-output-values
2021-10-04 19:37:04 +02:00
Ton Huisman
68727e2bc9
Merge branch 'mega' into feature/p008-add-option-for-reversed-decoding
2021-10-04 14:49:25 +02:00
TD-er
d69a138bb1
Merge branch 'mega' into feature/p007-enable-selectable-number-of-output-values
2021-10-04 00:00:03 +02:00
TD-er
54f20ac313
Merge pull request #3738 from tonhuisman/feature/p009-add-easier-address-and-port-selection
...
[P009] MCP23017 Add easier I2C Address and port selection options
2021-10-03 23:59:11 +02:00
TD-er
09d07c75f6
Merge pull request #3735 from tonhuisman/feature/p019-add-easier-address-and-port-selection
...
[P019] PCF8574 Add easier I2C Address and port selection options
2021-10-03 23:58:36 +02:00
Ton Huisman
2c239c3fba
[P104] Add Inverted option (dark on light), incl. docs
2021-10-03 20:31:44 +02:00
TD-er
2d9c1cfc31
[I2C] Document the new feature to clear a stuck I2C bus.
2021-09-26 02:18:11 +02:00
Ton Huisman
6fac56b7f5
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p019-add-easier-address-and-port-selection
2021-09-20 21:18:26 +02:00
Ton Huisman
87b2871a59
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p009-add-easier-address-and-port-selection
2021-09-20 21:13:37 +02:00
Ton Huisman
ad64dda5d5
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p007-enable-selectable-number-of-output-values
2021-09-20 21:10:03 +02:00
Ton Huisman
d3d3f59615
Merge branch 'mega' into feature/p104-new-plugin-max7219-dotmatrix
2021-09-20 13:11:54 +02:00
Ton Huisman
ef1dbf5056
Merge branch 'mega' into feature/p008-add-option-for-reversed-decoding
2021-09-20 13:10:29 +02:00
TD-er
6f9f3c5bd7
[Docs] Add some description of ESP82xx/ESP32/ESP32-S2
2021-09-19 15:23:34 +02:00
TD-er
416aaf4e5d
Merge branch 'mega' into feature/ESP32_S2_support
2021-09-17 01:08:38 +02:00
TD-er
43ba035443
[ESP32-S2] Mark ESP32-s2 and ESP32-c3 as ESPEasy platforms
2021-09-17 00:47:41 +02:00
TD-er
73c283e981
[Docs] Add note to rename the CSS file to esp.css
...
As reported [on the forum](https://www.letscontrolit.com/forum/viewtopic.php?p=54850#p54850 )
2021-09-14 13:09:26 +02:00
Ton Huisman
dbf5762b3d
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p104-new-plugin-max7219-dotmatrix
2021-09-11 18:33:17 +02:00
Ton Huisman
9460cdff17
[P104] Update and improve documentation
2021-09-11 13:52:51 +02:00
Ton Huisman
d79d6ccd2d
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p104-new-plugin-max7219-dotmatrix
2021-09-10 22:22:06 +02:00
Ton Huisman
eea94fca80
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/SPI-user-defined-pins
2021-09-08 20:27:23 +02:00
TD-er
485ff05da0
Merge pull request #3772 from crnjan/feature/support_for_operating
...
[P093] Added support for operating and compressor frequency
2021-09-07 09:59:25 +02:00
Ton Huisman
9d0c89e65e
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/SPI-user-defined-pins
2021-09-06 22:21:58 +02:00
Ton Huisman
942080ef15
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p033-dummy-make-interval-optional
2021-09-05 19:40:27 +02:00
Ton Huisman
5967fe8e7c
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/SPI-user-defined-pins
2021-09-05 19:39:33 +02:00
Ton Huisman
8bd930787a
[P007] Cast measured value to double instead of float, update docs with Slow I2C Clock requirement
2021-08-27 15:18:49 +02:00
Ton Huisman
566c57a9f8
[SPI][ESP32] User-defined GPIO pins for SCLK, MISO and MOSI
2021-08-27 12:32:48 +02:00
Ton Huisman
5ac08ecfef
[P008] Reverted previous mod. Changed to allow 26..64 bits receive format. Updated documentation
2021-08-23 10:53:05 +02:00
Ton Huisman
197b9f32e7
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p104-new-plugin-max7219-dotmatrix
2021-08-22 22:17:36 +02:00
Ton Huisman
61f84a0c4b
Merge branch 'mega' into feature/p105-move-aht10-from-playground
2021-08-22 22:16:36 +02:00