Fix incorrect comments

This commit is contained in:
MGJ 2026-03-12 18:18:03 +08:00
parent e9ff0bd9b0
commit 82689512f8

View file

@ -53,5 +53,5 @@ void GAT562MeshTrackerProBoard::begin() {
checkBootVoltage(&power_config);
#endif
digitalWrite(SX126X_POWER_EN, HIGH);
delay(10); // give sx1268 some time to power up
delay(10); // give sx1262 some time to power up
}