From 11a2b1341ec77b58350082bc5be986a8714233bd Mon Sep 17 00:00:00 2001 From: Luca Succi Date: Fri, 20 Feb 2026 12:19:17 +0100 Subject: [PATCH] Suggest OTP 28 as default --- 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,