Skip to content

Commit

Permalink
update lora sender for 915Mhz
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Nov 2, 2024
1 parent 5affc34 commit 242b8b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spf/radio_targets/lora/lora_sender/lora_sender.ino
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
#include "heltec.h"
#include "images.h"

#define BAND 868E6 //you can set band here directly,e.g. 868E6,915E6
//#define BAND 868E6 //you can set band here directly,e.g. 868E6,915E6
#define BAND 915E6 //you can set band here directly,e.g. 868E6,915E6
#define SEGMENT_LENGTH 10000
#define MSGLEN 32
uint8_t buffer[256];
Expand Down

0 comments on commit 242b8b0

Please sign in to comment.