allow bus overclock
This commit is contained in:
parent
47402e1c71
commit
509f18b7cc
3 changed files with 87 additions and 18 deletions
|
@ -144,6 +144,12 @@ void setup()
|
|||
#endif
|
||||
Serial.println("ESPMega R3 Initializing");
|
||||
ESPMega_begin();
|
||||
#ifdef OVERCLOCK_FM2
|
||||
Wire.setClock(1000000);
|
||||
#endif
|
||||
#ifdef OVERCLOCK_FM
|
||||
Wire.setClock(400000);
|
||||
#endif
|
||||
io_begin();
|
||||
eeprom_retrieve_init();
|
||||
user_pre_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue