File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#include "ais_charset.h"
2
2
3
- char ais_charset [64 ] = "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_ !\"#$%&'()*+,-./0123456789:;<=>?" ;
3
+ char ais_charset [66 ] = "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_ !\"#$%&'()*+,-./0123456789:;<=>?" ;
Original file line number Diff line number Diff line change 1
1
#ifndef AIS_CHARSET_H
2
2
#define AIS_CHARSET_H
3
3
4
- extern char ais_charset [64 ];
4
+ extern char ais_charset [66 ];
5
5
6
6
#endif
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ void interactiveShowData(void) {
140
140
static bool need_clear = true;
141
141
uint64_t now = mstime ();
142
142
char progress ;
143
- char spinner [4 ] = "|/-\\" ;
143
+ char spinner [5 ] = "|/-\\" ;
144
144
int valid = 0 ;
145
145
double signalMax = -100.0 ;
146
146
double signalMin = +100.0 ;
You can’t perform that action at this time.
0 commit comments