Skip to content

Commit

Permalink
fixed missing defintion of zip file in device.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
elral committed Apr 20, 2024
1 parent 2aaa0a3 commit d85770d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Template/MyCustomDevice_platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extra_scripts =
custom_core_firmware_version = ${env_template.custom_core_firmware_version} ; don't change this one!
custom_community_project = ${env_template.custom_community_project} ; don't change this one!
custom_device_folder = ${env_template.custom_device_folder} ; don't change this one!

custom_community_folder = ${env_template.custom_community_folder} ; don't change this one!

; Build settings for the Raspberry Pico with Custom Firmware Template
[env:mobiflight_template_raspberrypico]
Expand Down Expand Up @@ -72,3 +72,4 @@ extra_scripts =
custom_core_firmware_version = ${env_template.custom_core_firmware_version} ; don't change this one!
custom_community_project = ${env_template.custom_community_project} ; don't change this one!
custom_device_folder = ${env_template.custom_device_folder} ; don't change this one!
custom_community_folder = ${env_template.custom_community_folder} ; don't change this one!

0 comments on commit d85770d

Please sign in to comment.