TD-er
aad8e44cc9
Merge branch 'mega' into feature/p124-i2c-multi-relay-plugin
2021-12-12 19:14:13 +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
TD-er
46b5e581ea
Merge branch 'mega' into mega
2021-12-12 13:43:51 +01:00
svollebregt
fa4b849fa8
Remove noInterrupts() and Itho library improvements
...
Related to #3801 :
- Removed all noInterrupts(); code -> not needed and tested stable
- Initialize CC1101 packet
- Removed not used defines from IthoCC1101.ccp
2021-11-25 17:02:17 +01:00
svollebregt
d953f68981
Further code improvements
...
-Moved noInterrupts() part to Itho library
- Reduced length of status log message
- Reduced noInterrupts() blocked code in ITHOCheck function (handles received RF packages) and made log more efficient
2021-11-23 13:17:58 +01:00
svollebregt
ed29991d2d
Merge branch 'letscontrolit:mega' into mega
2021-11-22 10:42:04 +01:00
Ton Huisman
49af08aba8
[P117] Fix compilation issue error: narrowing conversion of '2415919104' from 'unsigned int' to 'int' [-Wnarrowing]
2021-11-20 19:36:28 +01:00
Ton Huisman
0c1a715a22
[P117] Add SCD30 CO2, humidity and temperature sensor
2021-11-20 14:18:53 +01:00
Ton Huisman
74a1057752
merge mega with conflict resolutions
2021-11-19 20:38:30 +01:00
Ton Huisman
26caea93b8
[P124] Add plugin Output - I2C Multi Relay
2021-11-18 23:13:08 +01:00
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
svollebregt
64d29f1e11
Merge branch 'letscontrolit:mega' into mega
2021-11-14 11:36:15 +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
0cef4a7683
Merge branch 'mega' into mega
2021-11-05 09:37:28 +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
svollebregt
41bbbc77c5
Merge branch 'letscontrolit:mega' into mega
2021-10-20 21:00:43 +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
svollebregt
ca5273adf3
Merge branch 'letscontrolit:mega' into mega
2021-10-16 14:11:13 +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
svollebregt
b9673d4255
[P118] Adding Itho plugin to main reposity""
...
Adding P145 from the plugin playground as P118 to the main repo. Tested compiling of test_D and it seems to fit.
2021-10-10 20:24:15 +02:00
svollebregt
ffac89221d
Revert "Adding Itho library to main reposity"
...
This reverts commit 1cfdd9e8b4 .
2021-10-10 20:20:48 +02:00
svollebregt
1cfdd9e8b4
Adding Itho library to main reposity
...
Moving P145 from the playgorund to the main repo as P118.
2021-10-10 20:17:13 +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