mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-03-14 18:13:09 +01:00
Board notification
This commit is contained in:
parent
af38a52398
commit
576e1fe11c
@ -149,6 +149,12 @@
|
|||||||
#define CPU_TYPE_ERROR
|
#define CPU_TYPE_ERROR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// replace board type if provided by compiler
|
||||||
|
#ifdef BOARD_NAME
|
||||||
|
#undef ARDUINO_TYPE
|
||||||
|
#define ARDUINO_TYPE BOARD_NAME
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// WIFI_ON: All prereqs for running with WIFI are met
|
// WIFI_ON: All prereqs for running with WIFI are met
|
||||||
|
Loading…
Reference in New Issue
Block a user