Skip to content

Fix Heltec boards build.board to be uppercase #8958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug commit - will be reverted
  • Loading branch information
P-R-O-C-H-Y committed Dec 5, 2023
commit 9e5385471a7946ec4f75bb4225f4c508efe80a54
22 changes: 17 additions & 5 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17208,9 +17208,10 @@ heltec_wifi_kit_32_V3.build.variant=heltec_wifi_kit_32_V3



heltec_wifi_kit_32_V3.build.board=HELTEC_WIFI_KIT_32_V3



heltec_wifi_kit_32_V3.build.board=HELTEC_WIFI_KIT_32_V3

heltec_wifi_kit_32_V3.build.usb_mode=1
heltec_wifi_kit_32_V3.build.cdc_on_boot=0
Expand Down Expand Up @@ -17313,9 +17314,11 @@ heltec_wifi_lora_32.build.variant=heltec_wifi_lora_32




heltec_wifi_lora_32.build.board=HELTEC_WIFI_LORA_32




heltec_wifi_lora_32.build.f_cpu=240000000L
heltec_wifi_lora_32.build.flash_size=4MB
heltec_wifi_lora_32.build.flash_freq=80m
Expand Down Expand Up @@ -17455,9 +17458,11 @@ heltec_wifi_lora_32_V2.build.variant=heltec_wifi_lora_32_V2




heltec_wifi_lora_32_V2.build.board=HELTEC_WIFI_LORA_32_V2




heltec_wifi_lora_32_V2.build.f_cpu=240000000L
heltec_wifi_lora_32_V2.build.flash_size=8MB
heltec_wifi_lora_32_V2.build.flash_freq=80m
Expand Down Expand Up @@ -17576,9 +17581,11 @@ heltec_wifi_lora_32_V3.build.variant=heltec_wifi_lora_32_V3




heltec_wifi_lora_32_V3.build.board=HELTEC_WIFI_LORA_32_V3




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.msc_on_boot=0
Expand Down Expand Up @@ -17723,9 +17730,11 @@ heltec_wireless_stick.build.variant=heltec_wireless_stick




heltec_wireless_stick.build.board=HELTEC_WIRELESS_STICK




heltec_wireless_stick.build.f_cpu=240000000L
heltec_wireless_stick.build.flash_size=8MB
heltec_wireless_stick.build.flash_freq=80m
Expand Down Expand Up @@ -17844,6 +17853,9 @@ heltec_wireless_stick_lite.build.variant=heltec_wireless_stick_lite

heltec_wireless_stick_lite.build.board=HELTEC_WIRELESS_STICK_LITE




heltec_wireless_stick_lite.build.f_cpu=240000000L
heltec_wireless_stick_lite.build.flash_size=4MB
heltec_wireless_stick_lite.build.flash_freq=80m
Expand Down