bms debugging

This commit is contained in:
Lubos Petrovic
2020-12-08 15:38:56 +01:00
parent 048f254acc
commit f2b3d6ddf0
4 changed files with 7 additions and 8 deletions

View File

@@ -112,6 +112,7 @@ void LiveData::initParams() {
//
tmpStr = "";
tmpStr.toCharArray(params.debugData, tmpStr.length() + 1);
tmpStr.toCharArray(params.debugData2, tmpStr.length() + 1);
// Menu
menuItemsCount = sizeof(menuItemsSource) / sizeof(menuItemsSource[0]);