@@ -15,6 +15,17 @@ build_flags = ${nrf52_base.build_flags}
1515 -D RADIO_CLASS =CustomLR1110
1616 -D WRAPPER_CLASS =CustomLR1110Wrapper
1717 -D LORA_TX_POWER =22
18+ -D RF_SWITCH_TABLE
19+ -D RX_BOOSTED_GAIN =true
20+ -D P_LORA_BUSY =7 ; P0.7
21+ -D P_LORA_SCLK =11 ; P0.11
22+ -D P_LORA_NSS =12 ; P0.12
23+ -D P_LORA_DIO_1 =33 ; P1.1
24+ -D P_LORA_MISO =40 ; P1.8
25+ -D P_LORA_MOSI =41 ; P0.9
26+ -D P_LORA_RESET =42 ; P1.10
27+ -D LR11X0_DIO_AS_RF_SWITCH =true
28+ -D LR11X0_DIO3_TCXO_VOLTAGE =1.6
1829build_src_filter = ${nrf52_base.build_src_filter}
1930 +<helpers/*.cpp>
2031 +<helpers/nrf52/T1000eBoard.cpp>
@@ -33,8 +44,6 @@ build_flags = ${t1000-e.build_flags}
3344 -D MAX_NEIGHBOURS =8
3445; -D MESH_PACKET_LOGGING=1
3546; -D MESH_DEBUG=1
36- -D RX_BOOSTED_GAIN =true
37- -D RF_SWITCH_TABLE
3847build_src_filter = ${t1000-e.build_src_filter}
3948 +<../examples/simple_repeater>
4049lib_deps = ${t1000-e.lib_deps}
@@ -51,7 +60,6 @@ build_flags = ${t1000-e.build_flags}
5160 -D ROOM_PASSWORD =' "hello"'
5261; -D MESH_PACKET_LOGGING=1
5362; -D MESH_DEBUG=1
54- -D RX_BOOSTED_GAIN =true
5563 -D RF_SWITCH_TABLE
5664build_src_filter = ${t1000-e.build_src_filter}
5765 +<../examples/simple_room_server>
@@ -67,8 +75,6 @@ build_flags = ${t1000-e.build_flags}
6775; -D MESH_PACKET_LOGGING=1
6876; -D MESH_DEBUG=1
6977 -D OFFLINE_QUEUE_SIZE =256
70- -D RX_BOOSTED_GAIN =true
71- -D RF_SWITCH_TABLE
7278 -D DISPLAY_CLASS =NullDisplayDriver
7379 -D PIN_BUZZER =25
7480 -D PIN_BUZZER_EN =37 ; P1/5 - required for T1000-E
@@ -92,8 +98,6 @@ build_flags = ${t1000-e.build_flags}
9298; -D MESH_PACKET_LOGGING=1
9399; -D MESH_DEBUG=1
94100 -D OFFLINE_QUEUE_SIZE =256
95- -D RX_BOOSTED_GAIN =true
96- -D RF_SWITCH_TABLE
97101 -D DISPLAY_CLASS =NullDisplayDriver
98102 -D PIN_BUZZER =25
99103 -D PIN_BUZZER_EN =37 ; P1/5 - required for T1000-E
0 commit comments