Add a bunch of APNs
Fork of C027_Support by
Diff: MDM.cpp
- Revision:
- 134:d84232916eac
- Parent:
- 125:246587b92b3b
- Parent:
- 120:eb1902489fdd
--- a/MDM.cpp Tue Sep 12 14:17:31 2017 +0000 +++ b/MDM.cpp Fri Sep 15 10:12:03 2017 +0000 @@ -66,6 +66,7 @@ { if (_debugLevel >= level) { +// ::printf("_debugPrint %d %d\r\n", _debugLevel, level); va_list args; va_start (args, format); if (color) ::printf(color);