1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-27 21:00:24 -07:00

Removed profiling

This commit is contained in:
Peter Antypas 2020-11-03 11:10:05 -08:00
parent 34f7543b9d
commit a565aaa16d

View File

@ -98,9 +98,9 @@ void Receiver::startListening(VHFChannel channel, bool reconfigGPIOs)
/**
* This can take up to 220us, that's 3 bit clocks!!!
*/
bsp_signal_high();
//bsp_signal_high();
sendCmd (START_RX, &options, sizeof options, NULL, 0);
bsp_signal_low();
//bsp_signal_low();
}
void Receiver::resetBitScanner()