mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
Add option to disable brownout detector (#1784)
* Update defines.h * Update main.cpp
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
*/
|
||||
// server_tflite.cpp
|
||||
//#define TASK_ANALYSIS_ON
|
||||
|
||||
|
||||
// ######## debug options :
|
||||
//#define DISABLE_BROWNOUT_DETECTOR
|
||||
|
||||
/* Uncomment this to keep the logfile open for appending.
|
||||
* If commented out, the logfile gets opened/closed for each log measage (old behaviour) */
|
||||
@@ -25,7 +27,7 @@
|
||||
|
||||
//compiler optimization for tflite-micro-esp-examples
|
||||
#define XTENSA
|
||||
#define CONFIG_IDF_TARGET_ARCH_XTENSA
|
||||
//#define CONFIG_IDF_TARGET_ARCH_XTENSA //not needed with platformio/espressif32 @ 5.2.0
|
||||
|
||||
|
||||
//ClassControllCamera + ClassFlowMakeImage + connect_wlan + main
|
||||
|
||||
Reference in New Issue
Block a user