Cleaning, for m5stack

This commit is contained in:
Lubos Petrovic
2020-11-20 09:11:06 +01:00
parent 11aff9d6b6
commit 4ac79cdd23
8 changed files with 103 additions and 47 deletions

View File

@@ -16,10 +16,14 @@ String commandQueueKiaENiro[commandQueueCountKiaENiro] = {
//"AT CAF0", // Automatic formatting off
////"AT AT0", // disabled adaptive timing
"AT DP",
"AT ST10", // reduced timeout to 1, orig.16
"AT ST16", // reduced timeout to 1, orig.16
// Loop from (KIA ENIRO)
// ABS / ESP + AHB
"ATSH7D1",
"22C101", // brake, park/drive mode
// IGPM
"ATSH770",
"22BC03", // low beam
@@ -39,10 +43,6 @@ String commandQueueKiaENiro[commandQueueCountKiaENiro] = {
"220105", // soh, soc, ..
"220106", // cooling water temp
// ABS / ESP + AHB
"ATSH7D1",
"22C101", // brake, park/drive mode
// Aircondition
"ATSH7B3",
"220100", // in/out temp
@@ -55,6 +55,7 @@ String commandQueueKiaENiro[commandQueueCountKiaENiro] = {
// CLUSTER MODULE
"ATSH7C6",
"22B002", // odo
};
/**