kolins-cz / Smart-BMS-Bluetooth-ESP32

Program to read out and display data from xiaoxiang Smart BMS over Bluetooth Low Energy
99 stars 28 forks source link

Compilation errors and warnings removed #11

Closed gmbo closed 5 months ago

gmbo commented 5 months ago

Unfortunately, the program could no longer be translated. Error message "conversion from 'String' to non-scalar type 'std::string' {aka 'std::__cxx11::basic_string'} requested" Then there was a warning message because the function bool connectToServer() did not return a return value for the function if everything is OK. Since the variable CapacityRemainAh at 210 AH gave an overflow error value increased to uint32_t.

Leider ließ sich das Programm nicht mehr übersetzen. Fehlermeldung "conversion from 'String' to non-scalar type 'std::string' {aka 'std::__cxx11::basic_string'} requested" Dann gab es eine Warnmeldung weil die Funktion bool connectToServer() keinen Rückgabewert für die Funktion zurückgab wenn alles in Ordnung ist. Da die Variable CapacityRemainAh bei 210 AH einen Überlauffehler ausgab Wert auf uint32_t erhöht.