From dbcf0fe00f6d6e9d747704533fd390a4292a3137 Mon Sep 17 00:00:00 2001 From: kbuettgen Date: Thu, 28 Dec 2023 15:58:29 +0100 Subject: [PATCH] Update BluettiConfig.h Add the new PBOX Link (Definition) to EP600. --- Bluetti_ESP32/BluettiConfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bluetti_ESP32/BluettiConfig.h b/Bluetti_ESP32/BluettiConfig.h index 9558465..e627e65 100644 --- a/Bluetti_ESP32/BluettiConfig.h +++ b/Bluetti_ESP32/BluettiConfig.h @@ -19,6 +19,8 @@ #include "Device_AC500.h" #elif POWER_STATION(EP600) #include "Device_EP600.h" +#elif POWER_STATION(PBOX) + #include "Device_EP600.h" #endif #endif