Commit Graph
14815 Commits
Author SHA1 Message Date
TD-er 8b992eb352 Merge branch 'mega' into feature/MQTT_TLS 2024-07-13 12:45:11 +02:00
TD-er c44c85c907 Merge pull request #5080 from tonhuisman/feature/P172-add-bmp3xx-spi-mode
[P172] Add BMP3xx using SPI interface
2024-07-13 12:28:45 +02:00
Ton Huisman 1a79d27c99 [P172] Add/update documentation 2024-07-13 12:22:36 +02:00
Ton Huisman a914ed6f09 [P172] Show ChipID when plugin is enabled 2024-07-13 11:14:55 +02:00
Ton Huisman a45f8eef1a Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P172-add-bmp3xx-spi-mode 2024-07-12 22:02:41 +02:00
TD-er 2c80c74ae2 Merge pull request #5079 from tonhuisman/feature/P095-add-working-support-for-ili9488
[P095] Add support for ILI9486/ILI9488 Displays
2024-07-10 22:56:37 +02:00
TD-er 0a45bd67bf Merge pull request #5077 from tonhuisman/feature/2024-07-improvements-and-corrections
[2024-07] Improvements and corrections
2024-07-10 22:55:19 +02:00
TD-er 75eb5b9da4 Merge pull request #5081 from thomastech/Notify_Plugin_Patch
Notify Plugin Changes to restore email operation after ISP email server upgrade
2024-07-10 22:54:16 +02:00
TD-er 63d3520845 Merge branch 'mega' into Notify_Plugin_Patch 2024-07-10 22:53:06 +02:00
Ton Huisman e8eeda47df Merge branch 'mega' into feature/P095-add-working-support-for-ili9488 2024-07-10 20:24:28 +02:00
TD-er c8ecd35c77 Merge pull request #5082 from TD-er/bugfix/NTP_sync_accuracy
[Time] Improve accuracy and precision of time sync
2024-07-08 15:03:23 +02:00
Ton Huisman 26d3a1afb6 [Docs] Documentation updates, README.md updates 2024-07-07 23:21:04 +02:00
TD-er 48ac92d648 [OTA] Fix crash/abort of larger OTA updates (e.g. Max builds) 2024-07-07 23:00:32 +02:00
Ton Huisman a79c93a200 [P095] Documentation note for ILI9486 added 2024-07-07 22:32:46 +02:00
Ton Huisman eda82bdb64 [P095] Update documentation 2024-07-07 22:00:23 +02:00
Ton Huisman d6f248515e [P095] Combine support for ILI9486 Displays with ILI9488 2024-07-07 21:01:58 +02:00
Ton Huisman 573e24e123 [P095] Combine support for ILI9486 Displays with ILI9488 2024-07-07 20:10:04 +02:00
TD-er a3d71bb53e [ADC] Change order of mV and ADC value as this is more intuitive 2024-07-07 14:01:15 +02:00
TD-er 5f683901d7 [P2P] Fix crashes when processing UDP packets after WiFi disconnect 2024-07-07 14:00:02 +02:00
TD-er 9e46e7406e [GPS] Fix showing GPS received time on GPS task page 2024-07-07 01:46:44 +02:00
TD-er 6ef6f11470 [ESP-IDF5.1] Fix hanging when OTA update fails. 2024-07-06 00:21:14 +02:00
TD-er cd3c5fa1c4 [GPS] Fix filtering out occasional jitter in received GPS timestamp 2024-07-05 19:00:07 +02:00
TD-er ac969eebe6 [Time] Improve accuracy and precision of time sync
NTP time sync is now purely correcting for instability of internal crystal in the ESP board.

Tried to run a NTP time sync every 2 minutes for a while with this fix and now the time correction is max. 5 msec on each call.

To Check:
- [ ] Accuracy/precision of p2p time sync
- [ ] Look into time sync from GPS as this may "jump around" a bit when the ESP board is busy while processing GPS data.
2024-07-04 17:42:52 +02:00
TD-er 5110eeb83a Merge branch 'mega' into Notify_Plugin_Patch 2024-07-04 00:25:57 +02:00
TD-er 6c16228697 Merge branch 'mega' into feature/2024-07-improvements-and-corrections 2024-07-04 00:20:39 +02:00
TD-er fac6639107 Merge branch 'mega' into feature/P172-add-bmp3xx-spi-mode 2024-07-04 00:19:15 +02:00
TD-er b278d2ea1d Merge branch 'mega' into feature/P095-add-working-support-for-ili9488 2024-07-04 00:03:59 +02:00
TD-er 5f6ec043a3 Merge pull request #5053 from TD-er/feature/P169_AS3935_lightning_detector
Feature/p169 as3935 lightning detector
2024-07-04 00:03:32 +02:00
TD-er 833f80e11a [Cleanup] Fix wrong unit for TX power on web UI page 2024-07-04 00:02:36 +02:00
thomastech caffc8ad26 Reverted Notify Max Timeout to 20000mS (was 12000). Notify Log msgs now employ loglevelActiveFor() wrapper. 2024-07-02 15:47:49 -07:00
TD-er 47233e81bf [Time] Improve NTP accuracy and prevent lockups on incorrect data 2024-07-02 23:57:21 +02:00
thomastech d5ca65ea86 (1) Reduced Notify Timeout Limit to 12000mS. (2) Fixed "Reply to" address when provided by Notify Command (via rules). 2024-07-02 12:39:36 -07:00
thomastech ae0984d033 Cleanup Notify log text messages. 2024-07-01 20:03:16 -07:00
thomastech 0b42726f21 Changed Notify SMTP email timeout values to mS (were secs), per TD-er's request. 2024-07-01 19:32:53 -07:00
thomastech 665d9ee01e Added more comments to file. No code change. 2024-07-01 16:16:38 -07:00
thomastech e64a1073cc Preliminary Notify Plugin Changes to restore operation after ISP email server upgrade 2024-07-01 15:25:08 -07:00
Ton Huisman 6a3734469d [P172] Add BMP3xx using SPI interface 2024-07-01 21:12:04 +02:00
Ton Huisman 21ec36f43f Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/2024-07-improvements-and-corrections 2024-07-01 21:01:15 +02:00
TD-er a06f665e14 Merge branch 'mega' into feature/P169_AS3935_lightning_detector 2024-06-30 22:49:34 +02:00
TD-er c308c60165 Merge pull request #5056 from tonhuisman/feature/P170-add-seeed-i2c-liquid-level-sensor
[P170] Add Seeed studio I2C Liquid Level sensor
2024-06-30 22:46:34 +02:00
TD-er 31ce95939d Merge remote-tracking branch 'letscontrolit/mega' into feature/P170-add-seeed-i2c-liquid-level-sensor 2024-06-30 22:46:11 +02:00
TD-er 9f672011cb Merge pull request #5055 from tonhuisman/feature/P168-add-veml6030-veml7700-lux-sensor
[P168] Add VEML6030/VEML7700 Light/Lux sensor
2024-06-30 22:43:38 +02:00
TD-er 241210acb2 Merge remote-tracking branch 'letscontrolit/mega' into feature/P168-add-veml6030-veml7700-lux-sensor 2024-06-30 22:39:05 +02:00
TD-er 2a909365e8 Merge pull request #5049 from tonhuisman/feature/P047-add-befle-v3-sensor
[P047] Add support for BeFlE v3.x moisture sensor
2024-06-30 22:37:27 +02:00
TD-er c3386afcb3 Merge remote-tracking branch 'letscontrolit/mega' into feature/P047-add-befle-v3-sensor 2024-06-30 22:36:22 +02:00
TD-er 58ed6f4ebe Merge pull request #5067 from tonhuisman/feature/P123-add-support-for-more-touchscreen-types
[P123] Add support for GT911, CST820, CST226, AXS15231 and CHSC5816 touch screens
2024-06-30 22:34:39 +02:00
Ton Huisman 8ea5c839dd [P123] Docs: add remark for untested touchscreen controllers 2024-06-30 18:09:59 +02:00
Ton Huisman 9c4068a4cd Merge branch 'feature/P123-add-support-for-more-touchscreen-types' of https://github.com/tonhuisman/ESPEasy-1 into feature/P123-add-support-for-more-touchscreen-types 2024-06-30 18:06:37 +02:00
Ton Huisman 9512e9d842 Merge branch 'mega' into feature/P123-add-support-for-more-touchscreen-types 2024-06-30 17:57:38 +02:00
TD-er d747dd8b95 [VL53L0X] Add dynamic filtering, allowing fast response on quick change 2024-06-30 16:55:43 +02:00