summaryrefslogtreecommitdiff
path: root/LoRaHandler/LoRaHandler.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-12-03 12:15:10 -0600
committerMike Fiore <mfiore@multitech.com>2015-12-03 12:15:10 -0600
commitc3d181e2c45f8b4ddc6572a9834082413fb91817 (patch)
treec908d8acc58b7eb71769cfa2bdb81f3a3f866ddd /LoRaHandler/LoRaHandler.h
parent2cd88147a991bed2e0e71bbc028078bd15838161 (diff)
downloadmtdot-box-evb-factory-firmware-c3d181e2c45f8b4ddc6572a9834082413fb91817.tar.gz
mtdot-box-evb-factory-firmware-c3d181e2c45f8b4ddc6572a9834082413fb91817.tar.bz2
mtdot-box-evb-factory-firmware-c3d181e2c45f8b4ddc6572a9834082413fb91817.zip
turn off acks and receive windows for survey data packets, use mDot handle for data rate, power, etc instead of lora handler
Diffstat (limited to 'LoRaHandler/LoRaHandler.h')
-rw-r--r--LoRaHandler/LoRaHandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/LoRaHandler/LoRaHandler.h b/LoRaHandler/LoRaHandler.h
index 1a68668..a715d03 100644
--- a/LoRaHandler/LoRaHandler.h
+++ b/LoRaHandler/LoRaHandler.h
@@ -27,15 +27,12 @@ class LoRaHandler {
LoRaHandler(osThreadId main);
~LoRaHandler();
- bool setDataRate(uint8_t rate);
- bool setPower(uint32_t power);
bool ping();
bool send(std::vector<uint8_t> data);
bool join();
bool action(uint8_t cmd);
LoRaStatus getStatus();
LoRaPing getPingResults();
- uint32_t getNextTx();
uint32_t getJoinAttempts();
void resetJoinAttempts();