System information: add credits

This commit is contained in:
Nicolas Mailloux 2023-06-12 12:31:09 -04:00
parent c07d2d7aaf
commit 683c28c4da

View file

@ -647,8 +647,8 @@ namespace {
global::systemInfoText = "<b>InkBox OS version "; global::systemInfoText = "<b>InkBox OS version ";
string_checkconfig_ro("/external_root/opt/isa/version"); string_checkconfig_ro("/external_root/opt/isa/version");
global::systemInfoText.append(checkconfig_str_val); global::systemInfoText.append(checkconfig_str_val);
global::systemInfoText.append("</b><br>Copyright <font face='Inter'>©</font> 2021-2023 Nicolas Mailloux and contributors"); global::systemInfoText.append("</b><br>Copyright <font face='Inter'>©</font> 2021-2023 Nicolas Mailloux and contributors<br>Special thanks to: Szybet, NiLuJe, akemnade, Rain92 (GitHub)");
global::systemInfoText.append("<br><b>Git:</b> "); global::systemInfoText.append("<br><b>GUI Git commit:</b> ");
global::systemInfoText.append(GIT_VERSION); global::systemInfoText.append(GIT_VERSION);
global::systemInfoText.append("<br><b>Device UID:</b> "); global::systemInfoText.append("<br><b>Device UID:</b> ");
global::systemInfoText.append(deviceUID); global::systemInfoText.append(deviceUID);