Skip to content

Commit 866eaa6

Browse files
committed
MPAE-15313: Added new error code. Metadata version
1 parent a7bc1f3 commit 866eaa6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic16f17146-cold-plate-mplab-mcc",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "Intelligent Cooling Plate with PIC16F17146",
99
"projectName": "pic16f17146-cold-plate-mplab-mcc",
1010
"shortDescription": "Control a Peltier device with a PIC16F17146 to regulate the temperature of a metal plate.",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Below is a list of the various possible errors that are continuously checked for
146146
| PELTIER_SENSE_HOT_OPEN | 7 | Thermocouple for heat sink is disconnected |
147147
| PELTIER_SENSE_COLD_OPEN | 8 | Thermocouple for plate temp is disconnected |
148148
| PELTIER_PLATE_TEMP_LIMIT | 9 | Cold plate is below safe temperature |
149+
| PELTIER_EEPROM_WRITE_FAIL | 10 | Internal EEPROM written value does not match read value. |
149150

150151
Once started, pressing the rotary encoder button and selecting `Cancel` stops the plate and returns to the standby menu.
151152

0 commit comments

Comments
 (0)