Skip to content

Commit 6ecccc5

Browse files
authored
Removed leftover comments
1 parent 492c440 commit 6ecccc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MAKERphone.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2927,8 +2927,8 @@ void MAKERphone::incomingMessage(String _serialData)
29272927
tft.setTextSize(1);
29282928
tft.setCursor(40, 7);
29292929
tft.print("NEW MESSAGE!");
2930-
tft.drawBitmap(10, 5, incomingMessageIcon, TFT_BLUE, 2); //+CMT: "+385953776154","","19/08/25,19:18:49+08"
2931-
tft.setCursor(10, 26); // +CMT: "+385953776154","","19/08/25,19:19:21+08"
2930+
tft.drawBitmap(10, 5, incomingMessageIcon, TFT_BLUE, 2);
2931+
tft.setCursor(10, 26);
29322932
tft.print("From: ");
29332933
String tempCname = checkContact(_smsNumber);
29342934
if (tempCname != "")

0 commit comments

Comments
 (0)