mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-14 04:35:36 +00:00
new_cmd - make it not based on globals. Now command can be re-entrant?
don't parse args in new_cmd - just cmd & args string. (we can have glbal fns to perform this if required, but current implementation not good for "my name" type args. Add context in command fn structure. This is generic ptr for any purpose. modify extsing command usage to fit. Add logging commands loglevel n and logfeature m n
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
#include "../new_cfg.h"
|
||||
#include "../ota/ota.h"
|
||||
#include "../new_cmd.h"
|
||||
#include "../drv_tuyaMCU.h"
|
||||
|
||||
#ifdef WINDOWS
|
||||
// nothing
|
||||
|
||||
Reference in New Issue
Block a user