Fix incorrect comments
This commit is contained in:
@@ -53,5 +53,5 @@ void GAT562MeshTrackerProBoard::begin() {
|
|||||||
checkBootVoltage(&power_config);
|
checkBootVoltage(&power_config);
|
||||||
#endif
|
#endif
|
||||||
digitalWrite(SX126X_POWER_EN, HIGH);
|
digitalWrite(SX126X_POWER_EN, HIGH);
|
||||||
delay(10); // give sx1268 some time to power up
|
delay(10); // give sx1262 some time to power up
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user