Blame view

orbimote/field_test_device/Makefile.device 342 Bytes
ca223e024   Jean-Michel Friedt   orbimote avec sof...
1
2
3
4
5
6
7
8
9
10
11
12
13
  OTAA=1
  GPS=0
  
  # April 2021 balloon flight (DR0 to DR5 @ 14 dBm)
  TXPERIOD ?= 30
  DRPWSZ_SEQUENCE ?= 0,14,8,0,14,32,0,14,16,1,14,16,2,14,16,3,14,16,4,14,16,5,14,16
  
  
  # For LLCC68 (DR1 to DR5 @ 14 dBm)
  # ifeq ($(DRIVER),LLCC68) 
  # DRPWSZ_SEQUENCE ?= 1,14,8,1,14,32,1,14,16,2,14,16,3,14,16,4,14,16,5,14,16
  # LORAMAC_JOIN_MIN_DATARATE ?= 1
  # endif