Change tcp server.
Dependencies: ublox-at-cellular-interface ublox-cellular-base ublox-cellular-base-n2xx ublox-at-cellular-interface-n2xx
Revision 11:62d094ea3a0d, committed 2017-06-14
- Comitter:
- RobMeades
- Date:
- Wed Jun 14 11:58:10 2017 +0000
- Parent:
- 10:1f35371d572d
- Child:
- 12:46a46a1468a1
- Commit message:
- Add mbed_app.json to bring in PPP for the PPP Cellular Interface.
Changed in this revision
| mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Wed Jun 14 11:58:10 2017 +0000
@@ -0,0 +1,9 @@
+{
+ "target_overrides": {
+ "*": {
+ "lwip.ppp-enabled": true,
+ "platform.stdio-convert-newlines": true
+ }
+ }
+}
+