Skip to content

Commit

Permalink
add PIC16F1705 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mstegen committed Oct 4, 2024
1 parent e065322 commit cb5d694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sensorbox2_ESP/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,8 @@ void setup() {
}
} else Serial.printf("%s -not- found on SPIFFS\n", PICfirmware);

} else if (Pic16ReadConfigs() == 0x3043) {
Serial.printf("PIC16F1704 found\n");
} else if (Pic16ReadConfigs() == 0x3043 || Pic16ReadConfigs() == 0x3055) {
Serial.printf("PIC16F1704/5 found\n");
PICfirmware = "/PIC16F1704.hex";

if (SPIFFS.exists(PICfirmware)) {
Expand Down

0 comments on commit cb5d694

Please sign in to comment.