turn off periodic heap use printout

pull/30/head
Thorsten von Eicken 10 years ago
parent 9d859cb77b
commit 3ec576c49d
  1. 1
      user/cgiwifi.c
  2. 2
      user/user_main.c

@ -25,6 +25,7 @@ Cgi/template routines for the /wifi url.
//#define DEMO_MODE
#define SLEEP_MODE LIGHT_SLEEP_T
//#define SLEEP_MODE MODEM_SLEEP_T
// ===== wifi status change callback

@ -93,7 +93,7 @@ HttpdBuiltInUrl builtInUrls[]={
};
#define SHOW_HEAP_USE
//#define SHOW_HEAP_USE
#ifdef SHOW_HEAP_USE
static ETSTimer prHeapTimer;

Loading…
Cancel
Save