Skip to content

Commit

Permalink
destination flag key change
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendalLaurent committed Apr 23, 2024
1 parent 5317466 commit ebbfc03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/grisp_tools_configure.erl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ settings() -> [
settings_options() -> [
{"App name", name, {string, "robot"}, "The name of your GRiSP application"},
{"Erlang version", otp_version, {string, "25"}, "The·OTP·version·of·the·GRiSP·app"},
{"Destination", dest, {string, "/path/to/SD-card"}, "The path to the SD card where you want to deploy the GRISP app"},
{"Network configuration", network, {boolean, false}, "Network configuration files generation", fun network_options/0}
].

Expand Down

0 comments on commit ebbfc03

Please sign in to comment.