Added info to webserver incase challenge failed

This commit is contained in:
Daniel Öster 2024-11-03 19:36:52 +02:00
parent 16fc2fb4f1
commit a2deca0f20
3 changed files with 6 additions and 1 deletions

View file

@ -296,6 +296,7 @@ String advanced_battery_processor(const String& var) {
content += "<h4>CryptoChallenge: " + String(datalayer_extended.nissanleaf.CryptoChallenge) + "</h4>";
content += "<h4>SolvedChallenge: " + String(datalayer_extended.nissanleaf.SolvedChallengeMSB) +
String(datalayer_extended.nissanleaf.SolvedChallengeLSB) + "</h4>";
content += "<h4>Challenge failed: " + String(datalayer_extended.nissanleaf.challengeFailed) + "</h4>";
#endif
#if !defined(TESLA_BATTERY) && !defined(NISSAN_LEAF_BATTERY) && !defined(BMW_I3_BATTERY) && \