dynamic ip configuration

This commit is contained in:
Siwat Sirichai 2023-09-12 00:37:33 +07:00
parent 82be4f0342
commit 9520802f7b
2 changed files with 167 additions and 30 deletions

13
src/user_code.cpp Normal file
View 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
}