From 2749cd8abe76338a7654b504695aa2cf45751cb6 Mon Sep 17 00:00:00 2001 From: Tobi177 Date: Sun, 26 Jul 2020 00:22:50 +0200 Subject: [PATCH] fixed typo --- driver/chargerybms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/chargerybms.py b/driver/chargerybms.py index ba3c691..730e0be 100644 --- a/driver/chargerybms.py +++ b/driver/chargerybms.py @@ -534,7 +534,7 @@ BMS_STATUS = { } -# exmaple network packets form the chargery community protocol manual v1.25 +# example network packets form the chargery community protocol manual v1.25 BMS_TEST_PACKETS = { 1 : bytearray.fromhex('2424570F0E240100E6008100845B27'), 2 : bytearray.fromhex('2424570F0E240100E4008100845B25'),