Skip to content
Snippets Groups Projects
Unverified Commit 9e5eebae authored by Erwin Ried's avatar Erwin Ried Committed by GitHub
Browse files

Shao credits (#340)

* Update ui_about.hpp

* Small alignment fix
parent b0ca4fbe
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ private: ...@@ -72,7 +72,7 @@ private:
int32_t delay; int32_t delay;
} credits_t; } credits_t;
const credits_t credits[25] = { const credits_t credits[26] = {
// 012345678901234567890123456789 // 012345678901234567890123456789
{ 60, "PortaPack|HAVOC", 0 }, { 60, "PortaPack|HAVOC", 0 },
{ 4 * 8, "Version " VERSION_STRING, 16 }, { 4 * 8, "Version " VERSION_STRING, 16 },
...@@ -89,7 +89,8 @@ private: ...@@ -89,7 +89,8 @@ private:
{ 7 * 8, "World map NASA", 16 }, { 7 * 8, "World map NASA", 16 },
{ 0 * 8, "TouchTunes infos Notpike", 16 }, { 0 * 8, "TouchTunes infos Notpike", 16 },
{ 4 * 8, "Subaru infos Tom", 0 }, { 4 * 8, "Subaru infos Tom", 0 },
{ 18 * 8, "Wimmenhove", 24 }, { 18 * 8, "Wimmenhove", 16 },
{ 1 * 8, "GPS,TV,BTLE,NRF Shao", 24 },
{ 6 * 8, "Thanks & donators", 16 }, { 6 * 8, "Thanks & donators", 16 },
{ 1 * 8, "Rainer Matla Keld Norman", 0 }, { 1 * 8, "Rainer Matla Keld Norman", 0 },
{ 1 * 8, " Giorgio C. DC1RDB", 0 }, { 1 * 8, " Giorgio C. DC1RDB", 0 },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment