1
+ # Official Espressif options
1
2
menu.UploadSpeed=Upload Speed
2
3
menu.USBMode=USB Mode
3
4
menu.CDCOnBoot=USB CDC On Boot
@@ -11,15 +12,19 @@ menu.FlashSize=Flash Size
11
12
menu.PartitionScheme=Partition Scheme
12
13
menu.DebugLevel=Core Debug Level
13
14
menu.PSRAM=PSRAM
14
- menu.Revision=Board Revision
15
- menu.LORAWAN_REGION=LoRaWan Region
16
- menu.LoRaWanDebugLevel=LoRaWan Debug Level
17
15
menu.LoopCore=Arduino Runs On
18
16
menu.EventsCore=Events Run On
19
17
menu.MemoryType=Memory Type
20
18
menu.EraseFlash=Erase All Flash Before Sketch Upload
21
19
menu.JTAGAdapter=JTAG Adapter
22
20
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
+
23
28
##############################################################
24
29
### DO NOT PUT BOARDS ABOVE THE OFFICIAL ESPRESSIF BOARDS! ###
25
30
##############################################################
@@ -12179,8 +12184,8 @@ heltec_wifi_lora_32_V3.build.bootloader_addr=0x0
12179
12184
heltec_wifi_lora_32_V3.build.target=esp32s3
12180
12185
heltec_wifi_lora_32_V3.build.mcu=esp32s3
12181
12186
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
12184
12189
12185
12190
heltec_wifi_lora_32_V3.build.usb_mode=1
12186
12191
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)
12290
12295
heltec_wifi_lora_32_V3.menu.LORAWAN_PREAMBLE_LENGTH.1.build.LORAWAN_PREAMBLE_LENGTH=16
12291
12296
12292
12297
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
12294
12298
12295
12299
heltec_wifi_lora_32_V3.menu.EraseFlash.none=Disabled
12296
12300
heltec_wifi_lora_32_V3.menu.EraseFlash.none.upload.erase_cmd=
0 commit comments