Commit Graph
425 Commits
Author SHA1 Message Date
TD-er 97edd4a6fa [GPS] Add more U-blox specific features
Needs some more testing, as it is not running very predictable.
Looks like the GPS may disable RX sometimes (as is shown in the logs), but still need to detect this in ESPEasy.
2021-11-16 12:41:57 +01:00
TD-er adb3e9d1d0 [GPS] Add power save commands (Ublox specific) 2021-11-15 15:09:58 +01:00
Ton Huisman 9b0754dbde [P111] Add virtual destructor to MFRC522 library to fix compiler warning 2021-11-06 14:11:37 +01:00
TD-er 245f9c64c9 [PVS Studio] Fix "dangerous" macros in IRremoteESP8266 library
@jimmys01 Can you make a PR for this to the original library?
2021-10-21 11:20:59 +02:00
TD-er 912c4fe44f Merge pull request #3811 from jimmys01/Ir-update
[IR] Update IR library to the latest build
2021-10-19 15:22:37 +02:00
Ton Huisman 8805f98ece Merge branch 'mega' into feature/p104-new-plugin-max7219-dotmatrix 2021-10-19 11:46:27 +02:00
jimmys01 e4e3e5a2a5 Fix String ambiguous conversions in the lib 2021-10-15 16:32:05 +03:00
jimmys01 808d70336a [IR] Update IR library to the latest build 2021-10-15 15:42:09 +03:00
TD-er 13dfe6d514 [ESPEasySerial] Include v2.0.7 in the ESPEasy libs dir too
Arduino IDE builders may not use the PlatformIO versioning, so also include it in the libs folder.
2021-10-14 08:23:09 +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 cba5f7deca [P104] Minor improvements, memory handling 2021-09-26 21:52:39 +02:00
Ton Huisman e157c8625f Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p104-new-plugin-max7219-dotmatrix 2021-09-26 14:55:17 +02:00
TD-er 19fd1fee03 Merge branch 'mega' into feature/Blynk2.0 2021-09-26 10:36:00 +02:00
TD-er 8a7e483af1 Merge pull request #3775 from TD-er/bugfix/ESP32_eth_no_DNS
[ESP32 ETH] Fix not getting DNS from DHCP at boot
2021-09-25 23:34:43 +02:00
TD-er db623be270 [I2C] Fix switching low/high clock + fix PCF8563 ext. RTC
`initI2C()` did not setup I2C due to inverted check if enabled.

Also made code for switching I2C frequency a bit more readable.

PCF8563 was not running reliable on ESP32, since I2C was initialized after the ext. RTC was tried to read.
2021-09-25 20:49:19 +02:00
Ton Huisman d3d3f59615 Merge branch 'mega' into feature/p104-new-plugin-max7219-dotmatrix 2021-09-20 13:11:54 +02:00
TD-er f6dd7f850e Merge branch 'mega' into bugfix/ESP32_eth_no_DNS 2021-09-19 15:34:07 +02:00
TD-er 6829d88adb Merge branch 'mega' into feature/Blynk2.0 2021-09-19 15:29:51 +02:00
TD-er 081cf6e6e9 [NeoPixel] Update to latest Adafruit Neopixel library
To fix support for NeoPixel in ESP32/ESP32-s2
2021-09-19 14:30:20 +02:00
TD-er 8d8572970e [Cleanup] Clean up of double includes + pio.ini description 2021-09-19 14:18:28 +02:00
TD-er 70d285b3c3 [Blynk] Update to library v 1.0.1
Fixes: #3776
2021-09-14 12:56:47 +02:00
TD-er 844915618f [Blynk] ESPEasy patched files Blynk lib 1.0.1
The files patched for ESPEasy.
2021-09-14 12:31:58 +02:00
TD-er 6412378b2d [Blynk] Add ESP32 support for Blynk
Still using the 0.6.1 library.

ToDo:
- [ ] Update to 1.0.1 version
2021-09-14 12:06:49 +02:00
TD-er 77dc0f4fba Merge branch 'mega' into feature/ESP32_S2_support 2021-09-13 11:40:46 +02:00
TD-er b631acdc18 Merge branch 'mega' into bugfix/ESP32_eth_no_DNS 2021-09-13 11:39:20 +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
TD-er b7b69622b7 [Cleanup] Prevent float to double promotion
May reduce code slightly, but at least it makes execution faster.
2021-09-07 09:33:41 +02:00
TD-er 745ff17ef3 [ESP32] Allow to compile using staging branch ESP32 2021-09-06 21:02:24 +02:00
TD-er 9b82c0c16e [ESP32-S2] Switch platform packages for ESP32s2 to improve build success
As suggested here: https://github.com/letscontrolit/ESPEasy/pull/3579#issuecomment-912620988 by @Jason2866
2021-09-05 00:29:49 +02:00
TD-er ab66ff3686 Merge branch 'mega' into feature/ESP32_S2_support 2021-08-16 23:58:50 +02:00
Ton Huisman c33de42468 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p104-new-plugin-max7219-dotmatrix 2021-08-14 19:40:02 +02:00
Ton Huisman ed5a24b3f3 Merge branch 'mega' into bugfix/p016-correct-signed-conversion-to-unsigned 2021-08-13 09:29:33 +02:00
TD-er 03d430d64b [RTC lib] Makecentury bit unambiguous in C++ terms 2021-08-09 03:05:46 +02:00
Ton Huisman e0758aeec9 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p104-new-plugin-max7219-dotmatrix 2021-08-08 16:36:17 +02:00
TD-er a006edf5f4 Fix setting month + century bit RTC lib
As suggested by @uzi18
2021-08-08 11:45:06 +02:00
Ton Huisman 2d18d264e4 [RTClib] (Bugfix) Write month correctly to DS3231 (#3749) 2021-08-07 17:43:44 +02:00
Ton Huisman 39d508d0a8 [IRremoteESP8266] Remove unneeded library files 2021-08-05 20:25:38 +02:00
Ton Huisman 54e207b930 [IRremoteESP8266] Update library to 2.7.19 (from 2.7.13) 2021-08-05 17:29:48 +02:00
Ton Huisman d723b6fc5e Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/p016-correct-signed-conversion-to-unsigned 2021-08-05 12:55:37 +02:00
Ton Huisman d54fd366c2 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p104-new-plugin-max7219-dotmatrix 2021-08-01 21:03:43 +02:00
TD-er 6674c968b5 ESPEasySerial to 2.0.6 to support ESP32-S2 2021-07-27 17:37:13 +02:00
TD-er db4cb4459d Merge branch 'mega' into feature/ESP32_S2_support 2021-07-26 18:17:56 +02:00
TD-er 2e79682265 Merge pull request #3393 from TD-er/feature/Playground_P168_ThermoOLED
[Playground] Move P168_ThermoOLED.ino to main repo
2021-07-26 01:27:39 +02:00
Ton Huisman 5e7601d40b Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/p016-correct-signed-conversion-to-unsigned 2021-07-20 21:38:30 +02:00
TD-er 5c5a3590f4 [Ext. RTC] Fix some library bugs and add some validity checks 2021-07-20 19:44:38 +02:00
TD-er 3e74fde010 [RTClib] Remove TinyWireM from depends 2021-07-20 00:01:02 +02:00
TD-er 366ba13f11 [RTClib] Add lib/Adafruit_RTClib 2021-07-19 22:52:07 +02:00
TD-er 960512a66e Merge branch 'mega' into feature/ESP32_S2_support 2021-07-18 12:42:48 +02:00
Ton Huisman 2dd18003b1 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p104-new-plugin-max7219-dotmatrix 2021-07-17 20:23:18 +02:00
Ton Huisman 51b5e0b9c1 Merge branch 'mega' into feature/p057-support-period-to-display 2021-07-17 15:46:17 +02:00