-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
This is on esp32 v2 wroom devit, micropython version 1.19.1
---- crash report ---
from microWebSrv import MicroWebSrv
import microWebTemplatemws = None
mws = MicroWebSrv(
... [],
... 80,
... '0.0.0.0',
... '/www')
mws.Start(threaded=True)
ERROR A stack overflow in task mp_thread has been detected.
Backtrace:0x40093b5e:0x3ffd8ba0 0x400942d5:0x3ffd8bc0 0x400944a6:0x3ffd8be0 0x400952f8:0x3ffd8c50 0x
4009459c:0x3ffd8c80 0x40094552:0x3f41b184 |<-CORRUPTED
ELF file SHA256: 00495403985fb7e0
--- pyhtml file ---
e32::temperature{{ py }} import temptask {{ end }} Temperature is {{ '{.2f}.format(temptask.temp) }}° Humidity is {{ '{:.2f}'.format(temptask.hum) }}% ---- end
Metadata
Metadata
Assignees
Labels
No labels