Skip to content

Commit eebc4a4

Browse files
Merge branch 'v1dev' into build-check--v1dev
2 parents beded28 + 55e24a6 commit eebc4a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ KNX_UART_TX_PIN
5757
| OPENKNX_MAX_LOOPTIME | 4000 | µs | how much time is the loop allowed to consume. (soft limit) |
5858
| OPENKNX_LOOPTIME_WARNING | 7 | ms | issue a warning if the loop has lasted X ms or longer longer. |
5959
| OPENKNX_LOOPTIME_WARNING_INTERVAL | 1000 | ms | how often the warning may be issued in the console |
60-
| OPENKNX_RUNTIME_STAT | | | Integrate Collection of Runtime-Statistics for core0. |
60+
| OPENKNX_RUNTIME_STAT | | | Integrate Collection of Runtime-Statistics. |
6161
| OPENKNX_RUNTIME_STAT_BUCKETN | 16 | | the number of histogram buckets for Runtime-Statistics |
6262
| OPENKNX_RUNTIME_STAT_BUCKETS | default set | µs | The upper (included) limits of histogram bucket, without last bucket as this will be limited by data-type only. Must be a comma-separated list with OPENKNX_RUNTIME_STAT_BUCKETN-1 entries |
6363
| OPENKNX_DEBUG | | | Enable debug mode |

scripts/setup/reusable/data/KNX-Upload-Firmware-Generic.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$checkVersion = "0.2.7"
1+
$checkVersion = "0.2.8"
22
$toolsExist = Test-Path -PathType Leaf ~/bin/KnxFileTransferClient.exe
33
if ($toolsExist) {
44
$versionLine = ~/bin/KnxFileTransferClient.exe version | findstr /R /C:"Version Client: *\d*.\d*.\d*"

0 commit comments

Comments
 (0)