Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:53649f3053fc
- Parent:
- 0:66e658666f89
- Child:
- 2:d4209a7955c3
--- a/main.cpp Sat Jan 15 08:49:39 2022 +0000 +++ b/main.cpp Fri Jan 21 12:20:13 2022 +0000 @@ -14,7 +14,6 @@ buffer[znak] = c; znak++; if ((znak >= 3) && (buffer[znak-1] == 0xff) && (buffer[znak-2] == 0xff) && (buffer[znak-3] == 0xff)) { - nextion.printf("\n\r"); if (buffer[2] == 0x04){ myled1 = buffer[3]; }else if (buffer[0] == 0x5A){