From 1f68dda443b9d393465c2b3a81ae7d50198143c8 Mon Sep 17 00:00:00 2001 From: Lubos Petrovic Date: Mon, 14 Dec 2020 20:11:42 +0100 Subject: [PATCH] Update for ZOE --- CarRenaultZoe.cpp | 5 ++--- evDash.ino | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CarRenaultZoe.cpp b/CarRenaultZoe.cpp index e200a48..a2e7b7a 100644 --- a/CarRenaultZoe.cpp +++ b/CarRenaultZoe.cpp @@ -32,14 +32,13 @@ void CarRenaultZoe::activateCommandQueue() { ////"AT AT0", // disabled adaptive timing "AT DP", "AT ST16", // reduced timeout to 1, orig.16 - "atfcsd300010", - "atfcsm1", // Allow long messages - // Loop from (RENAULT ZOE) // LBC Lithium battery controller "ATSH79B", "ATFCSH79B", + "atfcsd300010", + "atfcsm1", "2101", "2103", "2104", diff --git a/evDash.ino b/evDash.ino index dd9a0eb..2020e54 100644 --- a/evDash.ino +++ b/evDash.ino @@ -31,8 +31,8 @@ //////////////////////////////////////////////////////////// // Boards -#define BOARD_TTGO_T4 -//#define BOARD_M5STACK_CORE +//#define BOARD_TTGO_T4 +#define BOARD_M5STACK_CORE //#define SIM800L_ENABLED