mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-01-11 13:21:01 +01:00
9 lines
146 B
C
9 lines
146 B
C
|
//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__));
|