Skip to content

Commit 072de74

Browse files
authored
split menu options + lora_32_V3 fix (espressif#7697)
1 parent 03e9e07 commit 072de74

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

boards.txt

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Official Espressif options
12
menu.UploadSpeed=Upload Speed
23
menu.USBMode=USB Mode
34
menu.CDCOnBoot=USB CDC On Boot
@@ -11,15 +12,19 @@ menu.FlashSize=Flash Size
1112
menu.PartitionScheme=Partition Scheme
1213
menu.DebugLevel=Core Debug Level
1314
menu.PSRAM=PSRAM
14-
menu.Revision=Board Revision
15-
menu.LORAWAN_REGION=LoRaWan Region
16-
menu.LoRaWanDebugLevel=LoRaWan Debug Level
1715
menu.LoopCore=Arduino Runs On
1816
menu.EventsCore=Events Run On
1917
menu.MemoryType=Memory Type
2018
menu.EraseFlash=Erase All Flash Before Sketch Upload
2119
menu.JTAGAdapter=JTAG Adapter
2220

21+
# Custom options
22+
menu.Revision=Board Revision
23+
menu.LORAWAN_REGION=LoRaWan Region
24+
menu.LoRaWanDebugLevel=LoRaWan Debug Level
25+
menu.LORAWAN_DEVEUI=LoRaWan DevEUI
26+
menu.LORAWAN_PREAMBLE_LENGTH=LoRaWan Preamble Length
27+
2328
##############################################################
2429
### DO NOT PUT BOARDS ABOVE THE OFFICIAL ESPRESSIF BOARDS! ###
2530
##############################################################
@@ -12179,8 +12184,8 @@ heltec_wifi_lora_32_V3.build.bootloader_addr=0x0
1217912184
heltec_wifi_lora_32_V3.build.target=esp32s3
1218012185
heltec_wifi_lora_32_V3.build.mcu=esp32s3
1218112186
heltec_wifi_lora_32_V3.build.core=esp32
12182-
heltec_wifi_lora_32_V3.build.variant=heltec_heltec_wifi_lora_32_V3
12183-
heltec_wifi_lora_32_V3.build.board=heltec_heltec_wifi_32_lora_V3
12187+
heltec_wifi_lora_32_V3.build.variant=heltec_wifi_lora_32_V3
12188+
heltec_wifi_lora_32_V3.build.board=heltec_wifi_32_lora_V3
1218412189

1218512190
heltec_wifi_lora_32_V3.build.usb_mode=1
1218612191
heltec_wifi_lora_32_V3.build.cdc_on_boot=0
@@ -12290,7 +12295,6 @@ heltec_wifi_lora_32_V3.menu.LORAWAN_PREAMBLE_LENGTH.1=16(For M00 and M00L)
1229012295
heltec_wifi_lora_32_V3.menu.LORAWAN_PREAMBLE_LENGTH.1.build.LORAWAN_PREAMBLE_LENGTH=16
1229112296

1229212297
heltec_wifi_lora_32_V3.build.defines=-D{build.band} -DLoRaWAN_DEBUG_LEVEL={build.LoRaWanDebugLevel} -DACTIVE_REGION=LORAMAC_{build.band} -DLORAWAN_PREAMBLE_LENGTH={build.LORAWAN_PREAMBLE_LENGTH} -DLORAWAN_DEVEUI_AUTO={build.LORAWAN_DEVEUI_AUTO} -D{build.board}
12293-
heltec_wifi_lora_32_V3.build.extra_libs=-lheltec
1229412298

1229512299
heltec_wifi_lora_32_V3.menu.EraseFlash.none=Disabled
1229612300
heltec_wifi_lora_32_V3.menu.EraseFlash.none.upload.erase_cmd=

0 commit comments

Comments
 (0)