mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-08-07 22:12:14 -04:00
EEPROM config and TNC mode
This commit is contained in:
parent
31de28714f
commit
720f34d41f
6 changed files with 66 additions and 34 deletions
2
LoRa.h
2
LoRa.h
|
@ -46,7 +46,7 @@ public:
|
|||
void sleep();
|
||||
|
||||
void setTxPower(int level, int outputPin = PA_OUTPUT_PA_BOOST_PIN);
|
||||
long getFrequency();
|
||||
uint32_t getFrequency();
|
||||
void setFrequency(long frequency);
|
||||
void setSpreadingFactor(int sf);
|
||||
long getSignalBandwidth();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue