1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-01-11 13:21:01 +01:00
CommandStation-EX/mySetup.h

9 lines
146 B
C
Raw Normal View History

//SETUP("D WIFI ON");
//SETUP("D WIT ON");
Wire.begin();
Wire.setClock(400000);
LCD(3,F("192.168.4.1"));
LCD(4,F(__DATE__));
LCD(5,F(__TIME__));