max charge/discharge limit failures

This commit is contained in:
amarofarinha 2024-05-29 16:16:17 +01:00 committed by GitHub
parent 5df42afbe7
commit 22b922b07a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,8 @@
#define MAX_CAN_FAILURES 50 #define MAX_CAN_FAILURES 50
#define MAX_CHARGE_DISCHARGE_LIMIT_FAILURES 1
void update_machineryprotection(); void update_machineryprotection();
#endif #endif