1
0
forked from me/IronOS

Update GUIThread.cpp

This commit is contained in:
discip
2021-09-25 03:13:16 +02:00
committed by GitHub
parent cadbd3883a
commit 5105f91621

View File

@@ -712,7 +712,7 @@ void showDebugMenu(void) {
printVoltage();
break;
case 10:
// Print PCB ID number
// Print ACC type
OLED::print(AccelTypeNames[(int)DetectedAccelerometerVersion], FontStyle::SMALL);
break;
case 11: