REplace the ZUM V1.2 definitions with V1.0.1

This commit is contained in:
Jonathan Naylor 2016-10-31 19:18:03 +00:00
parent bbe6a8cf07
commit e0ea81bbc9
3 changed files with 7 additions and 7 deletions

View file

@ -44,8 +44,8 @@
// For the original Arduino Due pin layout
// #define ARDUINO_DUE_PAPA
// For the ZUM V1.0 and V1.2 boards pin layout
#define ARDUINO_DUE_ZUM_V10_V12
// For the ZUM V1.0 and V1.0.1 boards pin layout
#define ARDUINO_DUE_ZUM_V10
// For the SP8NTH board
// #define ARDUINO_DUE_NTH
@ -59,7 +59,7 @@
// #define SEND_RSSI_DATA
// Use the modem as a serial repeater for Nextion displays
#define SERIAL_REPEATER
// #define SERIAL_REPEATER
#endif