Fix wrong prestartcheck default

This commit is contained in:
Ben V. Brown
2022-08-03 20:04:24 +10:00
parent 59a542ee3f
commit 694ef233a8
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ bool isTipDisconnected() {
void setStatusLED(const enum StatusLED state) {}
uint8_t preStartChecks() { return 0; }
uint8_t preStartChecks() { return 1; }
uint64_t getDeviceID() { return dbg_id_get(); }
uint8_t getTipResistanceX10() { return TIP_RESISTANCE; }