Commit Graph
439 Commits
Author SHA1 Message Date
Ton Huisman 87788271c1 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p116-st77xx-tft-plugin-and-helpers 2021-12-12 21:12:56 +01:00
TD-er aad8e44cc9 Merge branch 'mega' into feature/p124-i2c-multi-relay-plugin 2021-12-12 19:14:13 +01:00
TD-er 5f055eb8c2 Merge pull request #3867 from TD-er/feature/password_reset
[Password] Add clearPassword command
2021-12-12 19:13:23 +01:00
Ton Huisman 016b4065bf Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p124-i2c-multi-relay-plugin 2021-12-12 17:13:08 +01:00
Ton Huisman 95f1ef5687 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p116-st77xx-tft-plugin-and-helpers 2021-12-12 16:52:33 +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 fbc4fd5ce6 Merge branch 'mega' into feature/password_reset 2021-12-12 16:17:08 +01:00
Ton Huisman a11ab544b9 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p116-st77xx-tft-plugin-and-helpers 2021-12-12 15:36:04 +01:00
Ton Huisman b87d1d9e22 [P116] Fix documentation typo 2021-12-09 21:02:45 +01:00
TD-er 6fcbdeb461 [Password] Add clearPassword command
As suggested here: https://github.com/letscontrolit/ESPEasy/issues/3860
2021-12-03 16:13:20 +01:00
Ton Huisman 58803c1c06 [P124] Add get command and looping that, fix a small settings bug 2021-11-29 21:36:23 +01:00
Ton Huisman ba9e069e15 [AdafruitGFX] Add multi-line, relative, subcommand 'lmr' for drawing a multi-segment line, incl. docs 2021-11-28 19:20:05 +01:00
Ton Huisman 5709ae2e58 [AdafruitGFX_helper] Add multi-line subcommand 'lm' for drawing a multi-segment line, incl. docs 2021-11-28 17:09:46 +01:00
Ton Huisman 673928661c [P016] Change plugin title Communication - IR Receive (TSOP4838) 2021-11-24 21:43:04 +01:00
Ton Huisman e2f445c0bf [P124] Add documentation 2021-11-21 21:53:30 +01:00
Ton Huisman 12694bcba0 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p116-st77xx-tft-plugin-and-helpers 2021-11-21 14:28:10 +01:00
Ton Huisman 75c5beb6d6 [P117] Add documentation 2021-11-20 17:38:27 +01:00
TD-er 89184b2908 [GPS] Document GPS plugin 2021-11-17 17:35:39 +01:00
Ton Huisman 4a3d55de8c [P116] Updated documentation 2021-11-06 22:12:22 +01:00
Ton Huisman 18efda92cf Merge branch 'mega' into feature/p116-st77xx-tft-plugin-and-helpers 2021-11-05 15:15:56 +01:00
TD-er dd6cc78812 [Build] Include flash size on all PlatformIO envs 2021-10-26 09:21:46 +02:00
Ton Huisman 2467562562 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p116-st77xx-tft-plugin-and-helpers 2021-10-21 21:34:53 +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 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 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
Ton Huisman 4bef515a06 Merge branch 'mega' into feature/p116-st77xx-tft-plugin-and-helpers 2021-10-05 21:02:34 +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
Ton Huisman 2c239c3fba [P104] Add Inverted option (dark on light), incl. docs 2021-10-03 20:31:44 +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 ef1dbf5056 Merge branch 'mega' into feature/p008-add-option-for-reversed-decoding 2021-09-20 13:10:29 +02:00