You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the line 669 of source (WaspSX1272.cpp), the conditional: if( bitRead(REG_MODEM_CONFIG1, 2) == 0 )
would be: if( bitRead(readRegister(REG_MODEM_CONFIG1), 2) == 0 ) ?
The text was updated successfully, but these errors were encountered:
In the line 669 of source (WaspSX1272.cpp), the conditional:
if( bitRead(REG_MODEM_CONFIG1, 2) == 0 )
would be:
if( bitRead(readRegister(REG_MODEM_CONFIG1), 2) == 0 )
?The text was updated successfully, but these errors were encountered: