Skip to content

Commit

Permalink
Lora band define
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH committed Jun 29, 2022
1 parent 6efc90b commit d357251
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main/config_LORA.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ extern void MQTTtoLORA(char* topicOri, JsonObject& RFdata);
#define subjectGTWLORAtoMQTT "/LORAtoMQTT"

//Default parameters used when the parameters are not set in the json data
#define LORA_BAND 868E6
# ifndef LORA_BAND
# define LORA_BAND 868E6
# endif
#define LORA_SIGNAL_BANDWIDTH 125E3
#define LORA_TX_POWER 17
#define LORA_SPREADING_FACTOR 7
Expand Down

0 comments on commit d357251

Please sign in to comment.