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 MbedJSONValue mbed-rtos Adafruit_ST7735 Adafruit_GFX EthernetInterface DebouncedInterrupt
Diff: main.cpp
- Revision:
- 35:2c5e582a6ee2
- Parent:
- 34:b19f39ad74ac
- Child:
- 36:46bb54b669bc
--- a/main.cpp Sat Nov 28 03:52:32 2020 +0000
+++ b/main.cpp Sat Nov 28 03:52:53 2020 +0000
@@ -111,7 +111,7 @@
int flushBytes = 0;
while ((flushBytes = sock.receiveFrom(nist, tmp_buffer, sizeof(tmp_buffer))) != 0) {
printf("reading bytes: %i\n\r", flushBytes);
- printf("tmp_buffer", tmp_buffer);
+ printf("tmp_buffer %s\n\r", tmp_buffer);
}
gfx->renderGameOver(gs);
