Skip to content

Commit

Permalink
testing Adafruit pull request for BMP280 library:
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jan 11, 2022
1 parent 6dffb2e commit d6d3af1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/watchdoglib/Watchdog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 23 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d6d3af1

Please sign in to comment.