Commit Graph
691 Commits
Author SHA1 Message Date
TD-er 876fcf69bd Merge branch 'mega' into feature/p119-p120-plugin-itg3205-and-adxl345-development 2021-12-12 16:30:03 +01:00
TD-er 7059f81f8a Merge pull request #3862 from tonhuisman/feature/P016-change-title
[P016] Change plugin title Communication - IR Receive (TSOP4838)
2021-12-12 16:19:28 +01:00
TD-er 49c9a2ddcd Merge pull request #3784 from tonhuisman/feature/how-to-guide-for-new-developers
[Docs] How To guide for (new) developers
2021-12-12 13:53:21 +01:00
Ton Huisman 673928661c [P016] Change plugin title Communication - IR Receive (TSOP4838) 2021-11-24 21:43:04 +01:00
Ton Huisman cdaf1a1615 [P119] Move from Development to Testing 2021-11-22 20:32:22 +01:00
Ton Huisman 4b2f02c180 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p119-p120-plugin-itg3205-and-adxl345-development 2021-11-22 19:44:33 +01:00
Ton Huisman 75c5beb6d6 [P117] Add documentation 2021-11-20 17:38:27 +01:00
Ton Huisman bbe13378c3 Merge branch 'mega' into feature/how-to-guide-for-new-developers 2021-11-19 10:25:34 +01:00
TD-er 89184b2908 [GPS] Document GPS plugin 2021-11-17 17:35:39 +01:00
Ton Huisman e9968a44ed [P119] Add documentation 2021-11-06 13:54:13 +01:00
Ton Huisman 199766cad6 Merge branch 'mega' into feature/how-to-guide-for-new-developers 2021-11-05 15:16:39 +01:00
TD-er dd6cc78812 [Build] Include flash size on all PlatformIO envs 2021-10-26 09:21:46 +02:00
Ton Huisman e846853549 Merge branch 'mega' into feature/how-to-guide-for-new-developers 2021-10-22 17:14:22 +02:00
Ton Huisman 2cc4d1c909 Merge branch 'mega' into feature/how-to-guide-for-new-developers 2021-10-19 11:49:04 +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
Ton Huisman e15e011f04 Merge branch 'mega' into feature/how-to-guide-for-new-developers 2021-10-16 17:56:46 +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
Ton Huisman 4f4e6bce00 [Docs] How To: Extend the text and some corrections 2021-10-11 21:46:37 +02:00
Ton Huisman 34a37aa155 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/how-to-guide-for-new-developers 2021-10-11 20:35:36 +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
Ton Huisman f172051375 Merge branch 'mega' into feature/how-to-guide-for-new-developers 2021-10-05 21:02:19 +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 c288e4a9ea [Docs] How To guide: textual improvements and additions 2021-09-25 16:38:41 +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