Skip to content

Commit

Permalink
automation-hat-driver at "dev" branch is now an included build (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Apr 2, 2024
1 parent 6c97e64 commit f6a4e5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
[submodule "automation-hat-driver"]
path = submodules/automation-hat-driver
url = https://github.com/home-climate-control/automation-hat-driver.git
branch = dev
2 changes: 1 addition & 1 deletion modules/hcc-raspberry-pi/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {

implementation(project(":submodules:automation-hat-driver"))
implementation("com.homeclimatecontrol:automation-hat-driver")
implementation(project(":modules:hcc-common"))
implementation(project(":modules:hcc-model"))
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// External dependencies

include("submodules:automation-hat-driver")
includeBuild("submodules/automation-hat-driver")
includeBuild("submodules/owapi-reborn")
include("submodules:servomaster:servomaster-common")
include("submodules:xbee-api-reactive:xbee-api")
Expand Down

0 comments on commit f6a4e5f

Please sign in to comment.