add warning for config

This commit is contained in:
Yuzuki616 2023-07-23 18:49:07 +08:00
parent 069d32ac30
commit 99ea46457c

View File

@ -31,4 +31,5 @@ func showVersion() {
fmt.Printf("Supported cores: %s\n", strings.Join(vCore.RegisteredCore(), ", "))
// Warning
fmt.Println(Warn("This version need V2board version >= 1.7.0."))
fmt.Println(Warn("The version have many changed for config, please check your config file"))
}