Skip to content

Commit 9bb54a0

Browse files
committed
Change default name to silver
1 parent 448190b commit 9bb54a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Silverware/src/osd.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ unsigned char display_crosshair=0;
5757
unsigned char low_rssi=0;
5858
char motorDir[4] = {0,0,0,0};
5959

60-
unsigned char name[9] = {0};
60+
// default name - silver
61+
unsigned char name[9] = {19,9,12,22,5,18,0,0,0};
6162

6263
#if defined(f042_1s_bl) || defined(f042_1s_bayang)
6364
unsigned char low_battery=33;

0 commit comments

Comments
 (0)