From d04dbbb7e1eb5c85c843e7a568201d39ebe0dd5d Mon Sep 17 00:00:00 2001 From: davidra Date: Mon, 18 Aug 2025 14:02:21 +0200 Subject: [PATCH] Change Default OTP version --- src/grisp_tools_configure.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grisp_tools_configure.erl b/src/grisp_tools_configure.erl index 3e41847..357e5ed 100644 --- a/src/grisp_tools_configure.erl +++ b/src/grisp_tools_configure.erl @@ -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,