We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faf93df + 131d571 commit fc4eaf8Copy full SHA for fc4eaf8
src/atomvm_uf2create_provider.erl
@@ -38,7 +38,7 @@
38
39
-define(DEFAULT_OPTS, #{
40
start => os:getenv("ATOMVM_PICO_APP_START", "0x10180000"),
41
- family_id => os:getenv("ATOMVM_PICO_UF2_FAMILY", universal)
+ family_id => os:getenv("ATOMVM_PICO_UF2_FAMILY", "universal")
42
}).
43
44
%%
0 commit comments