Skip to content

Commit a99bf86

Browse files
authored
Prepare Release 2025.04.17
Merges branch development into master.
2 parents c525713 + 516a502 commit a99bf86

File tree

231 files changed

+8925
-4637
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+8925
-4637
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Build Changelog
162162
id: github_release
163-
uses: mikepenz/release-changelog-builder-action@v4
163+
uses: mikepenz/release-changelog-builder-action@v5.3.0
164164
with:
165165
failOnError: true
166166
commitMode: true

.github/workflows/repo-maintenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
stale:
1818
name: 'Stale'
19-
runs-on: ubuntu-24.04
19+
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/stale@v9
2222
with:
@@ -46,7 +46,7 @@ jobs:
4646
4747
lock-threads:
4848
name: 'Lock Old Threads'
49-
runs-on: ubuntu-24.04
49+
runs-on: ubuntu-latest
5050
steps:
5151
- uses: dessant/lock-threads@v5
5252
with:

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
.pio
2-
.vscode/.browse.c_cpp.db*
3-
.vscode/c_cpp_properties.json
4-
.vscode/launch.json
5-
.vscode/ipch
6-
.vscode/settings.json
2+
.vscode/
73
platformio-device-monitor*.log
84
logs/device-monitor*.log
95
platformio_override.ini

.vscode/extensions.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

docs/DeviceProfiles/olimex_esp32_poe.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,29 @@
105105
"data": 33,
106106
"clk": 32
107107
}
108+
},
109+
{
110+
"name": "Olimex ESP32-POE with CMT2300A",
111+
"links": [
112+
{"name": "Datasheet", "url": "https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware"},
113+
{"name": "CMT 2300A Datasheet", "url": "https://shop.blinkyparts.com/de/Ebyte-Funkmodul-CMT2300A-868-915MHz-Breakoutboard/blink238542.4"}
114+
],
115+
"cmt": {
116+
"clk": 14,
117+
"cs": 5,
118+
"fcs": 15,
119+
"sdio": 2,
120+
"gpio2": -1,
121+
"gpio3": -1
122+
},
123+
"eth": {
124+
"enabled": true,
125+
"phy_addr": 0,
126+
"power": 12,
127+
"mdc": 23,
128+
"mdio": 18,
129+
"type": 0,
130+
"clk_mode": 3
131+
}
108132
}
109-
]
133+
]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[
2+
{
3+
"name": "Waveshare ESP32 S3-ETH",
4+
"links": [
5+
{
6+
"name": "Datasheet",
7+
"url": "https://www.waveshare.com/esp32-s3-eth.htm?sku=28972"
8+
}
9+
],
10+
"w5500": {
11+
"sclk": 13,
12+
"mosi": 11,
13+
"miso": 12,
14+
"cs": 14,
15+
"int": 10,
16+
"rst": 9
17+
}
18+
}
19+
]

include/Battery.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)