Skip to content

Commit

Permalink
[node-gprs-http] Remove DS3231 library linked as Git submodule
Browse files Browse the repository at this point in the history
Dependency is now pulled in using PlatformIO.
  • Loading branch information
amotl committed May 26, 2023
1 parent e9e3b71 commit d78a4a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
[submodule "libraries/RobTillaart-Arduino"]
path = libraries/RobTillaart-Arduino
url = https://github.com/RobTillaart/Arduino
[submodule "libraries/DS3231"]
path = libraries/DS3231
url = https://github.com/jcastaneyra/ds3231_library
[submodule "tools/makeEspArduino"]
path = tools/makeEspArduino
url = https://github.com/plerup/makeEspArduino
Expand Down
1 change: 0 additions & 1 deletion libraries/DS3231
Submodule DS3231 deleted from c345ca
6 changes: 3 additions & 3 deletions node-gprs-http/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ monitor_speed = 115200

[common]
lib_deps =
paulstoffregen/OneWire@2.3.5
bogde/HX711@0.7.4
../libraries/ADS1231
https://github.com/jcastaneyra/ds3231_library
bogde/HX711@0.7.4
milesburton/DallasTemperature@^3.9.1
paulstoffregen/OneWire@2.3.5
robtillaart/DHTStable@^0.2.9
robtillaart/RunningMedian@0.3.7
../libraries/DS3231

[env:atmega328p]
platform = atmelavr
Expand Down

0 comments on commit d78a4a9

Please sign in to comment.