mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-20 00:43:22 +08:00
定时任务现在支持操作更多功能
This commit is contained in:
@@ -28,7 +28,7 @@ bool RelayOut(void) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const char *get_func_name(char func_code) {
|
||||
char* get_func_name(char func_code) {
|
||||
static char buffer[32];
|
||||
switch (func_code) {
|
||||
case SWITCH_ALL_SOCKETS:
|
||||
|
||||
Reference in New Issue
Block a user