Skip to content

Commit aeca6f3

Browse files
committed
Added "override" to getIRQGpio() for ESP32Board.h
1 parent 36a44de commit aeca6f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/ESP32Board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ESP32Board : public mesh::MainBoard {
6262
return raw / 4;
6363
}
6464

65-
uint32_t getIRQGpio() {
65+
uint32_t getIRQGpio() override {
6666
return P_LORA_DIO_1; // default for SX1262
6767
}
6868

0 commit comments

Comments
 (0)