dynamic ip configuration
This commit is contained in:
parent
82be4f0342
commit
9520802f7b
2 changed files with 167 additions and 30 deletions
13
src/user_code.cpp
Normal file
13
src/user_code.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
void user_init() {
|
||||
|
||||
}
|
||||
void user_loop() {
|
||||
|
||||
}
|
||||
void virtual_interrupt_user_callback(int pin, int state) {
|
||||
//Automation: Light Switch
|
||||
|
||||
}
|
||||
void timer_tick_callback() {
|
||||
//Automation: Night Light
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue