diff --git a/Sensorbox2_ESP/src/main.cpp b/Sensorbox2_ESP/src/main.cpp index ef0982f..0955ced 100644 --- a/Sensorbox2_ESP/src/main.cpp +++ b/Sensorbox2_ESP/src/main.cpp @@ -814,8 +814,8 @@ void setup() { _LOG_A("%s -not- found on SPIFFS\n", PICfirmware); } - } else if (Pic16ReadConfigs() == 0x3043) { - _LOG_A("PIC16F1704 found\n"); + } else if (Pic16ReadConfigs() == 0x3043 || Pic16ReadConfigs() == 0x3055) { + _LOG_A("PIC16F1704/5 found\n"); PICfirmware = "/PIC16F1704.hex"; if (SPIFFS.exists(PICfirmware)) {