mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
chore: cleanup
This commit is contained in:
parent
e2fa70d6f3
commit
955b7321e8
1 changed files with 0 additions and 5 deletions
|
|
@ -26,10 +26,6 @@ EnvironmentSensorManager sensors = EnvironmentSensorManager();
|
|||
|
||||
bool radio_init() {
|
||||
rtc_clock.begin(Wire);
|
||||
|
||||
// pinMode(SX126X_RF_VC1, OUTPUT);
|
||||
// pinMode(SX126X_RF_VC2, OUTPUT);
|
||||
// set_SX126X_RF_Transmitter_Switch(false);
|
||||
|
||||
return radio.std_init(&SPI);
|
||||
}
|
||||
|
|
@ -47,7 +43,6 @@ void radio_set_params(float freq, float bw, uint8_t sf, uint8_t cr) {
|
|||
|
||||
void radio_set_tx_power(uint8_t dbm) {
|
||||
radio.setOutputPower(dbm);
|
||||
// set_SX126X_RF_Transmitter_Switch(true);
|
||||
}
|
||||
|
||||
mesh::LocalIdentity radio_new_identity() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue