mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-04 08:58:22 +02:00
fix typos
This commit is contained in:
parent
afa96506a3
commit
06553d10ba
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ class HmRadio {
|
|||
public:
|
||||
HmRadio() : mNrf24(CE_PIN, CS_PIN, SPI_SPEED) {
|
||||
if(mSerialDebug) {
|
||||
DPRINT(DBG_VERBOSE, F("hmRadio.h : HmRadio():mNrf24(CE_PIN: "));
|
||||
DPRINT(DBG_VERBOSE, F("hmRadio.h : HmRadio():mNrf24(CE_PIN: "));
|
||||
DBGPRINT(String(CE_PIN));
|
||||
DBGPRINT(F(", CS_PIN: "));
|
||||
DBGPRINT(String(CS_PIN));
|
||||
|
@ -131,7 +131,7 @@ class HmRadio {
|
|||
mNrf24.flush_tx(); // empty TX FIFO
|
||||
|
||||
// start listening
|
||||
mNrf24.setChannel(mRfChLst[mRxChIdx]);
|
||||
mNrf24.setChannel(mRfChLst[mRxChIdx]);
|
||||
mNrf24.startListening();
|
||||
|
||||
uint32_t startMicros = micros();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue