mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 09:57:52 +00:00
Merge branch 'master' into t5-epaper-pro
This commit is contained in:
2
.github/workflows/test_native.yml
vendored
2
.github/workflows/test_native.yml
vendored
@@ -143,7 +143,7 @@ jobs:
|
|||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Test Report
|
- name: Test Report
|
||||||
uses: dorny/test-reporter@v2.2.0
|
uses: dorny/test-reporter@v2.3.0
|
||||||
with:
|
with:
|
||||||
name: PlatformIO Tests
|
name: PlatformIO Tests
|
||||||
path: testreport.xml
|
path: testreport.xml
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ plugins:
|
|||||||
lint:
|
lint:
|
||||||
enabled:
|
enabled:
|
||||||
- checkov@3.2.495
|
- checkov@3.2.495
|
||||||
- renovate@42.24.1
|
- renovate@42.26.3
|
||||||
- prettier@3.6.2
|
- prettier@3.7.1
|
||||||
- trufflehog@3.91.1
|
- trufflehog@3.91.1
|
||||||
- yamllint@1.37.1
|
- yamllint@1.37.1
|
||||||
- bandit@1.9.2
|
- bandit@1.9.2
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ uint32_t InkHUD::AppletFont::toUtf32(std::string utf8)
|
|||||||
utf32 |= (utf8.at(3) & 0b00111111);
|
utf32 |= (utf8.at(3) & 0b00111111);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
assert(false);
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return utf32;
|
return utf32;
|
||||||
|
|||||||
Reference in New Issue
Block a user