-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove submodules and remove no longer needed dependency
- Loading branch information
1 parent
db010f2
commit 188dc93
Showing
12 changed files
with
42 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ on: | |
push: | ||
branches: | ||
- dev | ||
- dev-remove-gitsubmods | ||
- main | ||
- actions | ||
- make-tweaks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
[submodule "Arduino/libraries/pubsubclient"] | ||
path = Arduino/libraries/pubsubclient | ||
url = https://github.com/knolleary/pubsubclient | ||
[submodule "Arduino/libraries/WiFiManager"] | ||
path = Arduino/libraries/WiFiManager | ||
url = https://github.com/tzapu/WiFiManager | ||
[submodule "Arduino/libraries/TelnetStream"] | ||
path = Arduino/libraries/TelnetStream | ||
url = https://github.com/jandrassy/TelnetStream | ||
[submodule "Arduino/libraries/aceTime"] | ||
path = Arduino/libraries/aceTime | ||
url = https://github.com/bxparks/AceTime | ||
[submodule "Arduino/libraries/Time"] | ||
path = Arduino/libraries/Time | ||
url = https://github.com/PaulStoffregen/Time.git | ||
[submodule "Arduino/libraries/ArduinoJson"] | ||
path = Arduino/libraries/ArduinoJson | ||
url = https://github.com/bblanchon/ArduinoJson | ||
[submodule "Arduino/packages/esp8266"] | ||
path = Arduino/packages/esp8266 | ||
url = https://github.com/esp8266/Arduino.git | ||
[submodule "Arduino/libraries/DallasTemperature"] | ||
path = Arduino/libraries/DallasTemperature | ||
url = https://github.com/milesburton/Arduino-Temperature-Control-Library | ||
[submodule "Arduino/libraries/OneWire"] | ||
path = Arduino/libraries/OneWire | ||
url = https://github.com/PaulStoffregen/OneWire.git |
Submodule ArduinoJson
added at
1360b6
Submodule DallasTemperature
added at
4a0ccc
Submodule TelnetStream
added at
16c07e
Submodule WiFiManager
added at
16bd0f
Submodule pubsubclient
added at
2d228f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters