mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[Memory Analyzer] Give hints on used parameters and reduce core size test
This commit is contained in:
@@ -90,6 +90,10 @@ try:
|
||||
################### start
|
||||
if len(sys.argv) <= 1:
|
||||
print("Usage: \n\t%s%s <path_to_objdump>" % sys.argv[0])
|
||||
print(" e.g.")
|
||||
print(" ~/.platformio/packages/toolchain-xtensa/bin/xtensa-lx106-elf-objdump")
|
||||
print(" c:/Users/gijs/.platformio/packages/toolchain-xtensa/bin/xtensa-lx106-elf-objdump.exe")
|
||||
|
||||
sys.exit(1)
|
||||
|
||||
# e.g.
|
||||
|
||||
@@ -214,7 +214,7 @@ To create/register a plugin, you have to :
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef BUILD_MINIMAL_OTA
|
||||
#if !defined(BUILD_MINIMAL_OTA) && !defined(MEMORY_ANALYSIS)
|
||||
#ifndef WEBSERVER_TIMINGSTATS
|
||||
#define WEBSERVER_TIMINGSTATS
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user