diff --git a/lib/watchdoglib/Watchdog.cpp b/lib/watchdoglib/Watchdog.cpp index e84eb2d7..b9a5f0bc 100644 --- a/lib/watchdoglib/Watchdog.cpp +++ b/lib/watchdoglib/Watchdog.cpp @@ -36,7 +36,7 @@ void Watchdog::init() { timerAlarmWrite(timer, WATCHDOG_TIME * 1000000, false); // set time in us timerAlarmEnable(timer); // enable interrupt - Serial.print("-->[WDOG] watchdog config to check each "); + Serial.print("-->[WDOG] watchdog check each\t: "); Serial.print(WATCHDOG_TIME); Serial.println(" seconds."); #ifdef FORCE_WATCHDOG diff --git a/platformio.ini b/platformio.ini index af907bbc..8513f1b9 100644 --- a/platformio.ini +++ b/platformio.ini @@ -17,7 +17,7 @@ framework = arduino upload_speed = 1500000 monitor_speed = 115200 version = 0.5.1 -revision = 882 +revision = 884 target = dev monitor_filters = time extra_scripts = pre:prebuild.py @@ -29,10 +29,30 @@ lib_deps = bblanchon/ArduinoJson @ 6.18.5 tobiasschuerg/ESP8266 Influxdb @ 3.9.0 chrisjoyce911/esp32FOTA @ 0.1.5 - hpsaturn/CanAirIO Air Quality Sensors Library @ 0.4.3 - https://github.com/256dpi/arduino-mqtt.git + adafruit/Adafruit Unified Sensor @ 1.1.4 + adafruit/Adafruit BME280 Library @ 2.2.1 + ; adafruit/Adafruit BMP280 Library @ 2.4.3 + adafruit/Adafruit BME680 Library @ 2.0.1 + adafruit/Adafruit BusIO @ 1.9.8 + adafruit/Adafruit SHT31 Library @ 2.0.0 + robtillaart/AM232X @ 0.3.3 + enjoyneering/AHT10 @ 1.1.0 + paulvha/sps30 @ 1.4.11 + wifwaf/MH-Z19 @ 1.5.3 + sparkfun/SparkFun SCD30 Arduino Library @ 1.0.16 + sensirion/Sensirion Core @ 0.5.3 + sensirion/Sensirion I2C SCD4x @ 0.3.1 + https://github.com/hpsaturn/DHT_nonblocking.git + https://github.com/paulvha/SN-GCJA5.git + https://github.com/jcomas/S8_UART.git + https://github.com/jcomas/CM1106_UART.git + + ; hpsaturn/CanAirIO Air Quality Sensors Library @ 0.4.3 + + + [esp32_common] platform = espressif32 board = lolin32