This commit is contained in:
zogodo
2019-11-09 12:31:02 +08:00
parent ac242913d5
commit 2dc198d7ac
2 changed files with 8 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ int application_start(void)
int i;
os_log("Start %s",VERSION);
char main_num=0;
//char main_num=0;
OSStatus err = kNoErr;
// Create mico system context and read application's config data from flash
@@ -151,7 +151,7 @@ int application_start(void)
require_noerr(err, exit);
PowerInit();
uint32_t power_last = 0xffffffff;
//uint32_t power_last = 0xffffffff;
AppHttpdStart(); // start http server thread
char* power_buf = malloc(128);
if (!power_buf) goto exit;