Added "override" to getIRQGpio() for ESP32Board.h

This commit is contained in:
Kevin Le
2026-06-03 14:10:28 +07:00
parent 36a44de119
commit aeca6f3f3f
+1 -1
View File
@@ -62,7 +62,7 @@ public:
return raw / 4;
}
uint32_t getIRQGpio() {
uint32_t getIRQGpio() override {
return P_LORA_DIO_1; // default for SX1262
}