Update user_code.cpp
This commit is contained in:
parent
8c4c313e03
commit
a4fcda3641
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ This code will run after every component is initialized
|
|||
void user_init()
|
||||
{
|
||||
timer1.begin();
|
||||
ESPMega_EXTLCD_Serial.print("page home");
|
||||
ESPMega_EXTLCD_Serial.write(0xFF);
|
||||
ESPMega_EXTLCD_Serial.write(0xFF);
|
||||
ESPMega_EXTLCD_Serial.write(0xFF);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue