mirror of
https://github.com/s00500/ESPUI.git
synced 2025-06-12 09:20:39 +00:00
minor fixes for restoring warning-less emulation on host for debugging (using emuAsync, see main readme)
This commit is contained in:
@ -16,7 +16,7 @@ DNSServer dnsServer;
|
||||
#warning use decorators: { HeapSelectIram doAllocationsInIRAM; ESPUI.addControl(...) ... } (cf. https://arduino-esp8266.readthedocs.io/en/latest/mmu.html#how-to-select-heap)
|
||||
#warning then check http://<ip>/heap
|
||||
#endif // MMU_IRAM_HEAP
|
||||
#ifndef DEBUG_ESP_OOM
|
||||
#if !defined(DEBUG_ESP_OOM) && !defined(CORE_MOCK)
|
||||
#error on ESP8266 and ESPUI, you must define OOM debug option when developping
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user