diff --git a/Template/MyCustomDevice_platformio.ini b/Template/MyCustomDevice_platformio.ini index 4957f43..29ea79e 100644 --- a/Template/MyCustomDevice_platformio.ini +++ b/Template/MyCustomDevice_platformio.ini @@ -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] @@ -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!