[Fixed]: Display Long Text wrong start.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
//Default Settings
|
||||
String Hardware = "0.12";
|
||||
String Software = "0.11";
|
||||
String Software = "0.12";
|
||||
|
||||
String ntp_server = "ntp2.uni-augsburg.de";
|
||||
bool ntp_update = true;
|
||||
|
||||
@@ -23,7 +23,7 @@ void display_text(String text1, String text2){
|
||||
int freespace(String text){
|
||||
if (text.length() > 14)
|
||||
{
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
else{
|
||||
int freespace = 16 - text.length();
|
||||
|
||||
Reference in New Issue
Block a user