split menu options + lora_32_V3 fix (#7697)
This commit is contained in:
parent
03e9e07f1a
commit
072de744bf
1 changed files with 10 additions and 6 deletions
16
boards.txt
16
boards.txt
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Official Espressif options
|
||||||
menu.UploadSpeed=Upload Speed
|
menu.UploadSpeed=Upload Speed
|
||||||
menu.USBMode=USB Mode
|
menu.USBMode=USB Mode
|
||||||
menu.CDCOnBoot=USB CDC On Boot
|
menu.CDCOnBoot=USB CDC On Boot
|
||||||
|
|
@ -11,15 +12,19 @@ menu.FlashSize=Flash Size
|
||||||
menu.PartitionScheme=Partition Scheme
|
menu.PartitionScheme=Partition Scheme
|
||||||
menu.DebugLevel=Core Debug Level
|
menu.DebugLevel=Core Debug Level
|
||||||
menu.PSRAM=PSRAM
|
menu.PSRAM=PSRAM
|
||||||
menu.Revision=Board Revision
|
|
||||||
menu.LORAWAN_REGION=LoRaWan Region
|
|
||||||
menu.LoRaWanDebugLevel=LoRaWan Debug Level
|
|
||||||
menu.LoopCore=Arduino Runs On
|
menu.LoopCore=Arduino Runs On
|
||||||
menu.EventsCore=Events Run On
|
menu.EventsCore=Events Run On
|
||||||
menu.MemoryType=Memory Type
|
menu.MemoryType=Memory Type
|
||||||
menu.EraseFlash=Erase All Flash Before Sketch Upload
|
menu.EraseFlash=Erase All Flash Before Sketch Upload
|
||||||
menu.JTAGAdapter=JTAG Adapter
|
menu.JTAGAdapter=JTAG Adapter
|
||||||
|
|
||||||
|
# Custom options
|
||||||
|
menu.Revision=Board Revision
|
||||||
|
menu.LORAWAN_REGION=LoRaWan Region
|
||||||
|
menu.LoRaWanDebugLevel=LoRaWan Debug Level
|
||||||
|
menu.LORAWAN_DEVEUI=LoRaWan DevEUI
|
||||||
|
menu.LORAWAN_PREAMBLE_LENGTH=LoRaWan Preamble Length
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
### DO NOT PUT BOARDS ABOVE THE OFFICIAL ESPRESSIF BOARDS! ###
|
### DO NOT PUT BOARDS ABOVE THE OFFICIAL ESPRESSIF BOARDS! ###
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
@ -12179,8 +12184,8 @@ heltec_wifi_lora_32_V3.build.bootloader_addr=0x0
|
||||||
heltec_wifi_lora_32_V3.build.target=esp32s3
|
heltec_wifi_lora_32_V3.build.target=esp32s3
|
||||||
heltec_wifi_lora_32_V3.build.mcu=esp32s3
|
heltec_wifi_lora_32_V3.build.mcu=esp32s3
|
||||||
heltec_wifi_lora_32_V3.build.core=esp32
|
heltec_wifi_lora_32_V3.build.core=esp32
|
||||||
heltec_wifi_lora_32_V3.build.variant=heltec_heltec_wifi_lora_32_V3
|
heltec_wifi_lora_32_V3.build.variant=heltec_wifi_lora_32_V3
|
||||||
heltec_wifi_lora_32_V3.build.board=heltec_heltec_wifi_32_lora_V3
|
heltec_wifi_lora_32_V3.build.board=heltec_wifi_32_lora_V3
|
||||||
|
|
||||||
heltec_wifi_lora_32_V3.build.usb_mode=1
|
heltec_wifi_lora_32_V3.build.usb_mode=1
|
||||||
heltec_wifi_lora_32_V3.build.cdc_on_boot=0
|
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)
|
||||||
heltec_wifi_lora_32_V3.menu.LORAWAN_PREAMBLE_LENGTH.1.build.LORAWAN_PREAMBLE_LENGTH=16
|
heltec_wifi_lora_32_V3.menu.LORAWAN_PREAMBLE_LENGTH.1.build.LORAWAN_PREAMBLE_LENGTH=16
|
||||||
|
|
||||||
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}
|
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}
|
||||||
heltec_wifi_lora_32_V3.build.extra_libs=-lheltec
|
|
||||||
|
|
||||||
heltec_wifi_lora_32_V3.menu.EraseFlash.none=Disabled
|
heltec_wifi_lora_32_V3.menu.EraseFlash.none=Disabled
|
||||||
heltec_wifi_lora_32_V3.menu.EraseFlash.none.upload.erase_cmd=
|
heltec_wifi_lora_32_V3.menu.EraseFlash.none.upload.erase_cmd=
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue