Skip to content

Commit db010f2

Browse files
authored
Merge pull request #205 from rvdbreemen/dev-remove-gitsubmods
Dev remove gitsubmods
2 parents f4dbe5f + 0615e1f commit db010f2

File tree

10 files changed

+10
-37
lines changed

10 files changed

+10
-37
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- dev
7+
- dev-remove-gitsubmods
78
- main
89
- actions
910
- make-tweaks

.gitmodules

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1-
[submodule "Arduino/libraries/pubsubclient"]
2-
path = Arduino/libraries/pubsubclient
3-
url = https://github.com/knolleary/pubsubclient
4-
[submodule "Arduino/libraries/WiFiManager"]
5-
path = Arduino/libraries/WiFiManager
6-
url = https://github.com/tzapu/WiFiManager
7-
[submodule "Arduino/libraries/TelnetStream"]
8-
path = Arduino/libraries/TelnetStream
9-
url = https://github.com/jandrassy/TelnetStream
101
[submodule "Arduino/libraries/aceTime"]
112
path = Arduino/libraries/aceTime
123
url = https://github.com/bxparks/AceTime
134
[submodule "Arduino/libraries/Time"]
145
path = Arduino/libraries/Time
156
url = https://github.com/PaulStoffregen/Time.git
16-
[submodule "Arduino/libraries/ArduinoJson"]
17-
path = Arduino/libraries/ArduinoJson
18-
url = https://github.com/bblanchon/ArduinoJson
19-
[submodule "Arduino/packages/esp8266"]
20-
path = Arduino/packages/esp8266
21-
url = https://github.com/esp8266/Arduino.git
22-
[submodule "Arduino/libraries/DallasTemperature"]
23-
path = Arduino/libraries/DallasTemperature
24-
url = https://github.com/milesburton/Arduino-Temperature-Control-Library
25-
[submodule "Arduino/libraries/OneWire"]
26-
path = Arduino/libraries/OneWire
27-
url = https://github.com/PaulStoffregen/OneWire.git

Arduino/libraries/ArduinoJson

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.

Arduino/libraries/OneWire

Lines changed: 0 additions & 1 deletion
This file was deleted.

Arduino/libraries/TelnetStream

Lines changed: 0 additions & 1 deletion
This file was deleted.

Arduino/libraries/WiFiManager

Lines changed: 0 additions & 1 deletion
This file was deleted.

Arduino/libraries/pubsubclient

Lines changed: 0 additions & 1 deletion
This file was deleted.

Arduino/packages/esp8266

Lines changed: 0 additions & 1 deletion
This file was deleted.

version.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
#define _VERSION_MAJOR 0
33
#define _VERSION_MINOR 10
44
#define _VERSION_PATCH 1
5-
#define _VERSION_BUILD 2042
6-
#define _VERSION_GITHASH "6cc0dde"
5+
#define _VERSION_BUILD 2043
6+
#define _VERSION_GITHASH "c8970c8"
77
#define _VERSION_PRERELEASE beta
8-
#define _VERSION_DATE "10-02-2023"
9-
#define _VERSION_TIME "21:11:23"
8+
#define _VERSION_DATE "11-02-2023"
9+
#define _VERSION_TIME "01:21:13"
1010
#define _SEMVER_CORE "0.10.1"
11-
#define _SEMVER_BUILD "0.10.1+2042"
12-
#define _SEMVER_GITHASH "0.10.1+6cc0dde"
13-
#define _SEMVER_FULL "0.10.1-beta+6cc0dde"
14-
#define _SEMVER_NOBUILD "0.10.1-beta (10-02-2023)"
15-
#define _VERSION "0.10.1-beta+6cc0dde (10-02-2023)"
11+
#define _SEMVER_BUILD "0.10.1+2043"
12+
#define _SEMVER_GITHASH "0.10.1+c8970c8"
13+
#define _SEMVER_FULL "0.10.1-beta+c8970c8"
14+
#define _SEMVER_NOBUILD "0.10.1-beta (11-02-2023)"
15+
#define _VERSION "0.10.1-beta+c8970c8 (11-02-2023)"
1616
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)