Commit Graph
10151 Commits
Author SHA1 Message Date
TD-er 8b992eb352 Merge branch 'mega' into feature/MQTT_TLS 2024-07-13 12:45:11 +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 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
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 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 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 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 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 c3386afcb3 Merge remote-tracking branch 'letscontrolit/mega' into feature/P047-add-befle-v3-sensor 2024-06-30 22:36:22 +02:00
TD-er d747dd8b95 [VL53L0X] Add dynamic filtering, allowing fast response on quick change 2024-06-30 16:55:43 +02:00
Ton Huisman c7b45f76ab Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P170-add-seeed-i2c-liquid-level-sensor 2024-06-30 15:12:07 +02:00
TD-er 8498c026a2 [VL53L0X] Cleanup code 2024-06-30 14:51:50 +02:00
TD-er d48480d56d [Time] Cleanup ESPEasy internal system time management 2024-06-30 14:51:08 +02:00
TD-er 7187109f8e [Time] Simplify system time management + increase resolution to usec 2024-06-30 02:15:17 +02:00
TD-er 1d94b2d3a9 [AS3935] Do not set IRQ pin to input when not configured (e.g. p2p share) 2024-06-30 02:14:28 +02:00
TD-er 3e0ebb1cc6 [VL53L0X] Add filtering + make threshold more intuitive 2024-06-30 02:13:04 +02:00
Ton Huisman 3f0fb57c9e [StringConverter] Fix parseHexTextData unwanted increment during parsing 2024-06-29 17:38:33 +02:00
Ton Huisman 4c765ab540 [P095] Add support for ILI9488 Displays 2024-06-29 15:54:33 +02:00
Ton Huisman b02db22952 Merge branch 'mega' into feature/P047-add-befle-v3-sensor 2024-06-29 14:34:15 +02:00
TD-er 90161c17be [WiFi] Fix (re)connect to WiFi on ESP32-xx builds 2024-06-28 12:50:28 +02:00
Ton Huisman 5e6906b335 [P047] Fix compiler warning 2024-06-27 22:14:15 +02:00
Ton Huisman c2dbd474d2 [Build] Add P095 to Collection builds (ESP32 only) as documented 2024-06-27 22:13:33 +02:00
TD-er b88e1337da [VL53L0X] Actually do read the sensor asynchronous. 2024-06-27 15:42:18 +02:00
TD-er 25bdb676f0 [VL53L0x] Make reading sensor async 2024-06-27 13:38:46 +02:00
TD-er 97060ac321 [WiFi] Fix WiFi not able to reconnect due to unprocessed disconnect 2024-06-26 19:03:24 +02:00
TD-er fb3a84d907 [ESP32 temp] Fix int. temperature sensor not changing range 2024-06-26 19:02:52 +02:00
TD-er 9758f809ac [Build] Fix build due to missing #ifdef checks 2024-06-26 16:55:21 +02:00