Skip to content

Commit

Permalink
add PIC16F1705 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mstegen authored and dingo35 committed Oct 18, 2024
1 parent fe395a3 commit 2e026e4
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 @@ -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)) {
Expand Down

0 comments on commit 2e026e4

Please sign in to comment.