From 8e62d97257fd0d1b0f9b8f413b05a23250638805 Mon Sep 17 00:00:00 2001 From: wenyi Date: Sat, 1 Apr 2023 21:12:40 +0800 Subject: [PATCH] =?UTF-8?q?rel=20v1.0.1=201=E3=80=81Display=20BMC=20versio?= =?UTF-8?q?n,build=20time,ip=20and=20mac=20addr=20on=20web=20ui=202?= =?UTF-8?q?=E3=80=81Set=20the=20static=20IP=20and=20mac=20address=20by=20p?= =?UTF-8?q?lacing=20the=20tpi.ini=20configuration=20file=20in=20the=20sd?= =?UTF-8?q?=20card=203=E3=80=81Modify=20the=20ssh=20configuration=20file?= =?UTF-8?q?=20so=20that=20root=20can=20log=20in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 8 ++++++++ app/bmc/version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..2773abb5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "files.associations": { + "goahead.h": "c", + "param.h": "c", + "bmc.h": "c", + "stdio.h": "c" + } +} \ No newline at end of file diff --git a/app/bmc/version.h b/app/bmc/version.h index 93bfbe0c..b66a0ace 100644 --- a/app/bmc/version.h +++ b/app/bmc/version.h @@ -1,3 +1,3 @@ -/* This file is auto generated do not modify */ +/* This file is auto generated. do not modify */ #define BMCVERSION "1.0.1" #define BUILDTIME "2023-04-01"