Commit Graph
470 Commits
Author SHA1 Message Date
Ton Huisman efd3df9bb5 [LIB] IRremoteESP8266 update to v2.8.1 2022-01-13 20:32:17 +01:00
TD-er f295b68ba7 Merge branch 'mega' into feature/p119-p120-plugin-itg3205-and-adxl345-development 2022-01-09 21:47:02 +01:00
TD-er a8ffc8122f Merge branch 'mega' into feature/p120-development-adxl345-accelerometer-sensor 2022-01-09 21:43:55 +01:00
TD-er 9e95707fec Merge branch 'mega' into mega 2022-01-09 21:41:52 +01:00
Ton Huisman d6c0458d6d [P120] Disable SPI init in library, small code optimization 2021-12-13 21:10:07 +01:00
Ton Huisman 6dd1a45616 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p120-development-adxl345-accelerometer-sensor 2021-12-12 21:07:22 +01:00
Ton Huisman f7db6ba6df Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p119-p120-plugin-itg3205-and-adxl345-development 2021-12-12 20:56:54 +01:00
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
Ton Huisman 631afb63f6 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p120-development-adxl345-accelerometer-sensor 2021-12-12 16:55:24 +01:00
TD-er 876fcf69bd Merge branch 'mega' into feature/p119-p120-plugin-itg3205-and-adxl345-development 2021-12-12 16:30:03 +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
Ton Huisman 8bae6542b0 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p120-development-adxl345-accelerometer-sensor 2021-11-23 21:21:12 +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
Ton Huisman 4b2f02c180 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p119-p120-plugin-itg3205-and-adxl345-development 2021-11-22 19:44:33 +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
svn2208 ea68b81095 Merge branch 'mega' of https://github.com/svn2208/ESPEasy into mega 2021-11-19 10:42:25 +01:00
svn2208 269be21e44 Improvements due to code review 2021-11-19 10:42:10 +01:00
svn2208 d09664cd65 Merge branch 'mega' into mega 2021-11-19 08:46:32 +01:00
svn2208 a9332978db ready to use commit 2021-11-19 08:43:47 +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 c0fa458752 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p119-p120-plugin-itg3205-and-adxl345-development 2021-11-09 20:22:37 +01:00
Ton Huisman 9b0754dbde [P111] Add virtual destructor to MFRC522 library to fix compiler warning 2021-11-06 14:11:37 +01:00
Ton Huisman 117d68360b [P119] Add to TESTING_C set, fix some compilation issues 2021-11-06 13:53:41 +01:00
TD-er 0cef4a7683 Merge branch 'mega' into mega 2021-11-05 09:37:28 +01:00
svn2208 670f70fd35 Init commit. Add support for HMC5883 2021-11-02 11:01:05 +01:00
Ton Huisman 105dacebe3 [P120] Sparkfun ADXL345 library fix compiler warning (cast) 2021-10-31 15:18:03 +01:00
Ton Huisman 49f2b7e19d [P120] Sparkfun ADXL345 library add powerOff() (from github pull request) 2021-10-31 15:01:11 +01:00
Ton Huisman c230e4b197 [P120] Sparkfun ADXL345 library add getDevID() (from github pull request) 2021-10-31 14:58:01 +01:00
Ton Huisman 08856c5cd9 [P120] Sparkfun ADXL345 library add getDevID() (from github pull request) 2021-10-31 14:57:06 +01:00
Ton Huisman 5fb7889549 [P120] Sparkfun ADXL345 library source formatted (uncrustify) 2021-10-31 14:52:26 +01:00
Ton Huisman 9af6f01903 [P120] Add Sparkfun ADXL345 library to enable secondary I2C address 2021-10-31 14:40:34 +01:00
Ton Huisman e1fe479249 [P119] Improvements as suggested in feedback 2021-10-29 22:17:25 +02:00
Ton Huisman 3ab04ce0b2 [P119] Fix ESP32 build issue 2021-10-29 20:51:07 +02:00
Ton Huisman 332dd8872f [P119] Improvements and fixes for ITG3205 library, source reformatted 2021-10-29 20:30:23 +02:00
Ton Huisman bbafdadb64 [P119] Add library for ITG3205 2021-10-24 14:04:35 +02: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