Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/grisp_tools_configure.erl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ settings_options() ->
description = "The name of the OTP application",
hint = "Enter the name of your application"},
#set_opts{prompt = "Erlang version", long = otp_version, short = $o,
type = string, default = "25",
type = string, default = "28",
description = "The OTP version of the GRiSP app",
hint = "Specify the Erlang version to use"},
#set_opts{prompt = "SD Card path", long = dest, short = $d, type = string,
Expand Down