[Memory Analyzer] Give hints on used parameters and reduce core size test

This commit is contained in:
Gijs Noorlander
2019-09-05 23:09:57 +02:00
parent 76ef740ff1
commit ee73408a39
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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.
+1 -1
View File
@@ -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