Skip to content

Commit

Permalink
update dependencies, version -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chl33 committed Sep 19, 2024
1 parent 81db5e8 commit 0fd863c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ build_type = release
; ~/Projects2/Plant133/lib/watering
lib_deps =
watering
[email protected]
og3x-oled@0.1.3
[email protected]
og3@^0.2.0
og3x-oled@^0.2.0
og3x-shtc3@^0.2.0
adafruit/Adafruit BusIO
adafruit/Adafruit SHTC3 Library
adafruit/Adafruit Unified Sensor
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "watering.h"

#define SW_VERSION "0.7.0"
#define SW_VERSION "0.7.1"

namespace {

Expand Down

0 comments on commit 0fd863c

Please sign in to comment.