We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a44de commit aeca6f3Copy full SHA for aeca6f3
1 file changed
src/helpers/ESP32Board.h
@@ -62,7 +62,7 @@ class ESP32Board : public mesh::MainBoard {
62
return raw / 4;
63
}
64
65
- uint32_t getIRQGpio() {
+ uint32_t getIRQGpio() override {
66
return P_LORA_DIO_1; // default for SX1262
67
68
0 commit comments