This commit is contained in:
Klaus K Wilting 2020-06-19 21:44:15 +02:00
parent 8f46feaf33
commit c51a45cfd0
3 changed files with 4 additions and 3 deletions

View File

@ -80,7 +80,7 @@ static const u4_t DEVADDR =
0x00000000; // <-- Change this address for every node!
// set additional ABP parameters in loraconf_abp.cpp
void setABPParamaters();
void setABPParameters();
#endif

View File

@ -13,7 +13,7 @@
*
*********************************************************************/
void setABPParamaters() {
void setABPParameters() {
/** **************************************************************
* ************************************************************* */

View File

@ -1,4 +1,5 @@
// Basic Config
#if (HAS_LORA)
#include "lorawan.h"
@ -319,7 +320,7 @@ esp_err_t lora_stack_init(bool do_join) {
memcpy_P(nwkskey, NWKSKEY, sizeof(NWKSKEY));
LMIC_setSession(NETID, DEVADDR, nwkskey, appskey);
// These parameters are defined as macro in loraconf.h
setABPParamaters();
setABPParameters();
#else
// Start join procedure if not already joined,
// lora_setupForNetwork(true) is called by eventhandler when joined