1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 21:01:25 +01:00
CommandStation-EX/mySetup.h
Neil McKechnie 1c1168f433 Bump up I2C speed
Speed was 100kHz (default).  Max for OLEDis 400kHz.
2021-02-21 12:30:54 +00:00

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__));