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: lib_Transmission
Diff: main.h
- Revision:
- 1:59b4a81bd792
- Parent:
- 0:5d2c38c99ce6
- Child:
- 4:0e42ea16a9cb
--- a/main.h Thu Dec 10 09:49:52 2020 +0000
+++ b/main.h Fri Dec 11 09:13:18 2020 +0000
@@ -16,7 +16,11 @@
enum enumHTML { HEAD, OPEN, CLOSE, BODY, SMTP };
BusOut Led(LED1, LED2, LED3);
+#if MBED_MAJOR_VERSION > 5
UnbufferedSerial pc(USBTX, USBRX, 230400);
+#else
+Serial pc(USBTX, USBRX, 230400);
+#endif
/* initialize */
void setup(void);