<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi folks,<br>
    <br>
    I kind of liked having the log level default set to Info earlier, so
    I can see more of what is going on without having to enable it
    manually.  Went into the menuconfig and changed it, only to find
    that the module ended up in a reboot loop.  Putting the logging back
    to Warn "fixed" it.<br>
    <br>
    Since this is a classic stack overflow / limited RAM issue, I wonder
    is there is a recommended order of starting stuff that might work
    around the problem?  What I have is for a scenario where the ovms is
    "driving" my SyncUp OBDII dongle, which provides a wifi hotspot that
    the module in turn uses for its internet connection (instead of
    using the internal modem).  Then, I can use the hotspot for other
    stuff in the car, too.<br>
    <br>
    Here's my system.start event file:<br>
    <blockquote><tt>OVMS > vfs cat
        /store/events/system.start/mystartup</tt><br>
      <tt>obdii ecu start can3</tt><br>
      <tt>power ext12v on</tt><br>
      <tt>wifi mode client gregnet3</tt><br>
      <tt># power simcom on</tt><br>
      <tt>vehicle module TR</tt><br>
      <tt>server v2 start</tt><br>
      <tt>metric set v.b.soc 55</tt><br>
      <tt>OVMS > </tt><br>
    </blockquote>
    (Before you ask, the setting of the soc metric is so that I can see
    the server is actually talking to the module, when the module's on
    the bench.)<br>
    <br>
    And here's the crash loop, for what it's worth...<br>
    <br>
    Greg<br>
    <br>
    <tt>Rebooting...</tt><tt><br>
    </tt><tt>ets Jun  8 2016 00:22:57</tt><tt><br>
    </tt><tt><br>
    </tt><tt>rst:0xc (SW_CPU_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT)</tt><tt><br>
    </tt><tt>configsip: 156795334, SPIWP:0xee</tt><tt><br>
    </tt><tt>clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00</tt><tt><br>
    </tt><tt>mode:DIO, clock div:2</tt><tt><br>
    </tt><tt>load:0x3fff0018,len:4</tt><tt><br>
    </tt><tt>load:0x3fff001c,len:4560</tt><tt><br>
    </tt><tt>ho 0 tail 12 room 4</tt><tt><br>
    </tt><tt>load:0x40078000,len:0</tt><tt><br>
    </tt><tt>load:0x40078000,len:13176</tt><tt><br>
    </tt><tt>entry 0x40078d38</tt><tt><br>
    </tt><tt>I (628) cpu_start: Pro cpu up.</tt><tt><br>
    </tt><tt>I (628) cpu_start: Starting app cpu, entry point is
      0x400812b0</tt><tt><br>
    </tt><tt>0x400812b0: call_start_cpu1 at
      /home/greg/esp/esp-idf/components/esp32/./cpu_start.c:215</tt><tt><br>
    </tt><tt><br>
    </tt><tt>I (612) cpu_start: App cpu up.</tt><tt><br>
    </tt><tt>I (631) heap_init: Initializing. RAM available for dynamic
      allocation:</tt><tt><br>
    </tt><tt>I (638) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM</tt><tt><br>
    </tt><tt>I (644) heap_init: At 3FFBB8F0 len 00024710 (145 KiB): DRAM</tt><tt><br>
    </tt><tt>I (650) heap_init: At 3FFE0440 len 00003BC0 (14 KiB):
      D/IRAM</tt><tt><br>
    </tt><tt>I (656) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB):
      D/IRAM</tt><tt><br>
    </tt><tt>I (663) heap_init: At 40091648 len 0000E9B8 (58 KiB): IRAM</tt><tt><br>
    </tt><tt>I (669) cpu_start: Pro cpu start user code</tt><tt><br>
    </tt><tt>I (15) ovms_main: Set default logging level for * to INFO</tt><tt><br>
    </tt><tt>I (16) command: Initialising COMMAND (1000)</tt><tt><br>
    </tt><tt>I (16) events: Initialising EVENTS (1200)</tt><tt><br>
    </tt><tt>I (21) config: Initialising CONFIG (1400)</tt><tt><br>
    </tt><tt>I (26) script: Initialising SCRIPTS (1600)</tt><tt><br>
    </tt><tt>I (30) script: Using DUKTAPE javascript engine</tt><tt><br>
    </tt><tt>I (36) metrics: Initialising METRICS (1810)</tt><tt><br>
    </tt><tt>I (40) metrics:   OvmsMetric is 28 bytes</tt><tt><br>
    </tt><tt>I (45) metrics:   OvmsMetricBool is 32 bytes</tt><tt><br>
    </tt><tt>I (50) metrics: Expanding DUKTAPE javascript engine</tt><tt><br>
    </tt><tt>I (59) notify: Initialising NOTIFICATIONS (1820)</tt><tt><br>
    </tt><tt>I (61) notify: Registered notification type info</tt><tt><br>
    </tt><tt>I (66) notify: Registered notification type error</tt><tt><br>
    </tt><tt>I (71) notify: Registered notification type alert</tt><tt><br>
    </tt><tt>I (76) notify: Registered notification type data</tt><tt><br>
    </tt><tt>I (82) location: Initialising LOCATIONS (1900)</tt><tt><br>
    </tt><tt>I (88) location: Expanding DUKTAPE javascript engine</tt><tt><br>
    </tt><tt>I (93) vehicle: Initialising VEHICLE Factory (2000)</tt><tt><br>
    </tt><tt>I (99) pcp: Initialising POWER (4000)</tt><tt><br>
    </tt><tt>I (103) max7317: Initialising MAX7317 EGPIO (4200)</tt><tt><br>
    </tt><tt>I (108) sdcard: Initialising SD CARD (4400)</tt><tt><br>
    </tt><tt>I (113) ota: Initialising OTA (4400)</tt><tt><br>
    </tt><tt>I (117) can: Initialising CAN (4500)</tt><tt><br>
    </tt><tt>I (122) simcom: Initialising SIMCOM (4600)</tt><tt><br>
    </tt><tt>I (127) test: Initialising TEST (5000)</tt><tt><br>
    </tt><tt>I (131) ovms-module: Initialising MODULE (5100)</tt><tt><br>
    </tt><tt>I (136) vfs: Initialising VFS (5200)</tt><tt><br>
    </tt><tt>I (140) ovms-server: Initialising OVMS Server (6000)</tt><tt><br>
    </tt><tt>I (146) ovms-server-v2: Initialising OVMS V2 Server (6100)</tt><tt><br>
    </tt><tt>I (152) ovms-server-v3: Initialising OVMS V3 Server (6200)</tt><tt><br>
    </tt><tt>I (158) obd2ecu: Initialising OBD2ECU (7000)</tt><tt><br>
    </tt><tt>I (163) canopen: Initialising CANopen (7000)</tt><tt><br>
    </tt><tt>I (169) esp32wifi: Initialising ESP32WIFI (8000)</tt><tt><br>
    </tt><tt>I (173) ovms-mdns: Initialising MDNS (8100)</tt><tt><br>
    </tt><tt>I (178) webserver: Initialising WEBSERVER (8200)</tt><tt><br>
    </tt><tt>I (184) telnet: Initialising Telnet (8300)</tt><tt><br>
    </tt><tt>I (188) ssh: Initialising SSH (8300)</tt><tt><br>
    </tt><tt>I (193) re: Initialising RE Tools (8800)</tt><tt><br>
    </tt><tt>I (197) netmanager: Initialising NETMANAGER (8999)</tt><tt><br>
    </tt><tt>I (203) v-track: Registering Vehicle: TRACK (9000)</tt><tt><br>
    </tt><tt>I (208) v-teslaroadster: Registering Vehicle: Tesla
      Roadster (9000)</tt><tt><br>
    </tt><tt>I (215) v-obdii: Registering Vehicle: OBDII (9000)</tt><tt><br>
    </tt><tt>I (220) v-none: Registering Vehicle: NONE (9000)</tt><tt><br>
    </tt><tt>I (226) v-demo: Registering Vehicle: DEMO (9000)</tt><tt><br>
    </tt><tt>I (231) version: Initialising Versioning (9900)</tt><tt><br>
    </tt><tt>I (240) cpu_start: Starting scheduler on PRO CPU.</tt><tt><br>
    </tt><tt>I (0) cpu_start: Starting scheduler on APP CPU.</tt><tt><br>
    </tt><tt>I (285) ovms_main: Executing on CPU core 0</tt><tt><br>
    </tt><tt>I (285) ovms_main: Mounting CONFIG...</tt><tt><br>
    </tt><tt>W (325) webserver: UpdateGlobalAuthFile: no password set
      => no auth for web console</tt><tt><br>
    </tt><tt>I (325) ovms_main: Registering default configs...</tt><tt><br>
    </tt><tt>I (325) ovms_main: Starting HOUSEKEEPING...</tt><tt><br>
    </tt><tt>I (335) housekeeping: Initialising HOUSEKEEPING
      Framework...</tt><tt><br>
    </tt><tt>I (395) housekeeping: Executing on CPU core 1</tt><tt><br>
    </tt><tt>I (395) housekeeping: Starting PERIPHERALS...</tt><tt><br>
    </tt><tt>I (395) peripherals: Initialising OVMS Peripherals...</tt><tt><br>
    </tt><tt>I (405) peripherals:   TCP/IP Adaptor</tt><tt><br>
    </tt><tt>I (405) peripherals:   ESP32 system</tt><tt><br>
    </tt><tt>I (405) peripherals:   SPI bus</tt><tt><br>
    </tt><tt>I (415) peripherals:   MAX7317 I/O Expander</tt><tt><br>
    </tt><tt>I (415) peripherals:   ESP32 CAN</tt><tt><br>
    </tt><tt>I (425) peripherals:   ESP32 WIFI</tt><tt><br>
    </tt><tt>I (425) peripherals:   ESP32 BLUETOOTH</tt><tt><br>
    </tt><tt>I (425) peripherals:   ESP32 ADC</tt><tt><br>
    </tt><tt>I (435) peripherals:   MCP2515 CAN 1/2</tt><tt><br>
    </tt><tt>I (445) peripherals:   MCP2515 CAN 2/2</tt><tt><br>
    </tt><tt>I (455) peripherals:   SD CARD</tt><tt><br>
    </tt><tt>I (455) peripherals:   SIMCOM MODEM</tt><tt><br>
    </tt><tt>I (455) gpio: GPIO[16]| InputEn: 0| OutputEn: 1| OpenDrain:
      0| Pullup: 1| Pulldown: 0| Intr:0 </tt><tt><br>
    </tt><tt>I (465) gpio: GPIO[17]| InputEn: 1| OutputEn: 0| OpenDrain:
      0| Pullup: 1| Pulldown: 0| Intr:0 </tt><tt><br>
    </tt><tt>I (475) uart: queue free spaces: 10</tt><tt><br>
    </tt><tt>I (475) ext12v: Powering off external 12V devices</tt><tt><br>
    </tt><tt>I (485) housekeeping: Starting USB console...</tt><tt><br>
    </tt><tt>I (485) uart: queue free spaces: 30</tt><tt><br>
    </tt><tt>I (495) version: Set version</tt><tt><br>
    </tt><tt><br>
    </tt><tt>Welcome to the Open Vehicle Monitoring System (OVMS) -
      Async Console</tt><tt><br>
    </tt><tt>I (505) script: Running script
      /store/events/system.start/mystartup</tt><tt><br>
    </tt><tt>I (715) ext12v: Powering on external 12V devices</tt><tt><br>
    </tt><tt>I (715) wifi: wifi firmware version: ebd3e5d</tt><tt><br>
    </tt><tt>I (715) wifi: config NVS flash: enabled</tt><tt><br>
    </tt><tt>I (715) wifi: config nano formating: disabled</tt><tt><br>
    </tt><tt>I (725) system_api: Base MAC address is not set, read
      default base MAC address from BLK0 of EFUSE</tt><tt><br>
    </tt><tt>I (725) system_api: Base MAC address is not set, read
      default base MAC address from BLK0 of EFUSE</tt><tt><br>
    </tt><tt>I (735) wifi: Init dynamic tx buffer num: 16</tt><tt><br>
    </tt><tt>I (735) wifi: Init data frame dynamic rx buffer num: 16</tt><tt><br>
    </tt><tt>I (735) wifi: Init management frame dynamic rx buffer num:
      16</tt><tt><br>
    </tt><tt>I (745) wifi: wifi driver task: 3ffe5370, prio:23,
      stack:4096</tt><tt><br>
    </tt><tt>I (745) wifi: Init static rx buffer num: 4</tt><tt><br>
    </tt><tt>I (745) wifi: Init dynamic rx buffer num: 16</tt><tt><br>
    </tt><tt>I (745) wifi: wifi power manager task: 0x3ffe7a0c prio: 21
      stack: 2560I (815) phy: phy_version: 383.0, 79a622c, Jan 30 2018,
      15:38:06, 0, 0</tt><tt><br>
    </tt><tt><br>
    </tt><tt>I (815) wifi: mode : sta (30:ae:a4:37:1b:64)</tt><tt><br>
    </tt><tt>I (815) v-teslaroadster: Tesla Roadster v1.x, v2.x and v3.0
      vehicle module***ERROR*** A stack overflow in task Housekeeping
      has been detected.</tt><tt><br>
    </tt><tt>abort() was called at PC 0x4008f024 on core 1</tt><tt><br>
    </tt><tt>0x4008f024: vApplicationStackOverflowHook at
      /home/greg/esp/esp-idf/components/esp32/./panic.c:648</tt><tt><br>
    </tt><tt><br>
    </tt><tt><br>
    </tt><tt>Backtrace: 0x4008ee34:0x3ffd6b00 0x4008f00b:0x3ffd6b20
      0x4008f024:0x3ffd6b40 0x4008b52c:0x3ffd6b60 0x4008d534:0x3ffd6b80
      0x4008d4ea:0x00000000</tt><tt><br>
    </tt><tt>0x4008ee34: invoke_abort at
      /home/greg/esp/esp-idf/components/esp32/./panic.c:648</tt><tt><br>
    </tt><tt><br>
    </tt><tt>0x4008f00b: abort at
      /home/greg/esp/esp-idf/components/esp32/./panic.c:648</tt><tt><br>
    </tt><tt><br>
    </tt><tt>0x4008f024: vApplicationStackOverflowHook at
      /home/greg/esp/esp-idf/components/esp32/./panic.c:648</tt><tt><br>
    </tt><tt><br>
    </tt><tt>0x4008b52c: vTaskSwitchContext at
      /home/greg/esp/esp-idf/components/freertos/./tasks.c:4837</tt><tt><br>
    </tt><tt><br>
    </tt><tt>0x4008d534: _frxt_dispatch at
      /home/greg/esp/esp-idf/components/freertos/./portasm.S:406</tt><tt><br>
    </tt><tt><br>
    </tt><tt>0x4008d4ea: _frxt_int_exit at
      /home/greg/esp/esp-idf/components/freertos/./portasm.S:206</tt><tt><br>
    </tt><tt><br>
    </tt><tt><br>
    </tt><tt>Rebooting...</tt><tt><br>
    </tt><tt>ets Jun  8 2016 00:22:57</tt><tt><br>
    </tt><tt><br>
    </tt><tt>rst:0xc (SW_CPU_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT)</tt><tt><br>
    </tt><tt>configsip: 156795334, SPIWP:0xee</tt><tt><br>
    </tt><tt>clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00</tt><tt><br>
    </tt><tt>mode:DIO, clock div:2</tt><tt><br>
    </tt><tt>load:0x3fff0018,len:4</tt><tt><br>
    </tt><tt>load:0x3fff001c,len:4560</tt><tt><br>
    </tt><tt>ho 0 tail 12 room 4</tt><tt><br>
    </tt><tt>load:0x40078000,len:0</tt><tt><br>
    </tt><tt>load:0x40078000,len:13176</tt><tt><br>
    </tt><tt>entry 0x40078d38</tt><tt><br>
    </tt><tt>I (628) cpu_start: Pro cpu up.</tt><tt><br>
    </tt><tt>I (628) cpu_start: Starting app cpu, entry point is
      0x400812b0</tt><tt><br>
    </tt><tt>0x400812b0: call_start_cpu1 at
      /home/greg/esp/esp-idf/components/esp32/./cpu_start.c:215</tt><tt><br>
    </tt><tt><br>
    </tt><tt>I (612) cpu_start: App cpu up.</tt><tt><br>
    </tt><tt>I (631) heap_init: Initializing. RAM available for dynamic
      allocation:</tt><tt><br>
    </tt><tt>I (638) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM</tt><tt><br>
    </tt><tt>I (644) heap_init: At 3FFBB8F0 len 00024710 (145 KiB): DRAM</tt><tt><br>
    </tt><tt>I (650) heap_init: At 3FFE0440 len 00003BC0 (14 KiB):
      D/IRAM</tt><tt><br>
    </tt><tt>I (656) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB):
      D/IRAM</tt><tt><br>
    </tt><tt>I (663) heap_init: At 40091648 len 0000E9B8 (58 KiB): IRAM</tt><tt><br>
    </tt><tt>I (669) cpu_start: Pro cpu start user code</tt><tt><br>
    </tt><tt>I (15) ovms_main: Set default logging level for * to INFO</tt><tt><br>
    </tt><tt>I (16) command: Initialising COMMAND (1000)</tt><tt><br>
    </tt><tt>I (16) events: Initialising EVENTS (1200)</tt><tt><br>
    </tt><tt>I (21) config: Initialising CONFIG (1400)</tt><tt><br>
    </tt><tt>I (26) script: Initialising SCRIPTS (1600)</tt><tt><br>
    </tt><tt>I (30) script: Using DUKTAPE javascript engine</tt><tt><br>
    </tt><tt>I (36) metrics: Initialising METRICS (1810)</tt><tt><br>
    </tt><tt>I (40) metrics:   OvmsMetric is 28 bytes</tt><tt><br>
    </tt><tt>I (45) metrics:   OvmsMetricBool is 32 bytes</tt><tt><br>
    </tt><tt>I (50) metrics: Expanding DUKTAPE javascript engine</tt><tt><br>
    </tt><tt>I (59) notify: Initialising NOTIFICATIONS (1820)</tt><tt><br>
    </tt><tt>I (61) notify: Registered notification type info</tt><tt><br>
    </tt><tt>I (66) notify: Registered notification type error</tt><tt><br>
    </tt><tt>I (71) notify: Registered notification type alert</tt><tt><br>
    </tt><tt>I (77) notify: Registered notification type data</tt><tt><br>
    </tt><tt>I (82) location: Initialising LOCATIONS (1900)</tt><tt><br>
    </tt><tt>I (88) location: Expanding DUKTAPE javascript engine</tt><tt><br>
    </tt><tt>I (93) vehicle: Initialising VEHICLE Factory (2000)</tt><tt><br>
    </tt><tt>I (99) pcp: Initialising POWER (4000)</tt><tt><br>
    </tt><tt>I (103) max7317: Initialising MAX7317 EGPIO (4200)</tt><tt><br>
    </tt><tt>I (108) sdcard: Initialising SD CARD (4400)</tt><tt><br>
    </tt><tt>I (113) ota: Initialising OTA (4400)</tt><tt><br>
    </tt><tt>I (117) can: Initialising CAN (4500)</tt><tt><br>
    </tt><tt>I (122) simcom: Initialising SIMCOM (4600)</tt><tt><br>
    </tt><tt>I (127) test: Initialising TEST (5000)</tt><tt><br>
    </tt><tt>I (131) ovms-module: Initialising MODULE (5100)</tt><tt><br>
    </tt><tt>I (136) vfs: Initialising VFS (5200)</tt><tt><br>
    </tt><tt>I (140) ovms-server: Initialising OVMS Server (6000)</tt><tt><br>
    </tt><tt>I (146) ovms-server-v2: Initialising OVMS V2 Server (6100)</tt><tt><br>
    </tt><tt>I (152) ovms-server-v3: Initialising OVMS V3 Server (6200)</tt><tt><br>
    </tt><tt>I (158) obd2ecu: Initialising OBD2ECU (7000)</tt><tt><br>
    </tt><tt>I (163) canopen: Initialising CANopen (7000)</tt><tt><br>
    </tt><tt>I (169) esp32wifi: Initialising ESP32WIFI (8000)</tt><tt><br>
    </tt><tt>I (173) ovms-mdns: Initialising MDNS (8100)</tt><tt><br>
    </tt><tt>I (178) webserver: Initialising WEBSERVER (8200)</tt><tt><br>
    </tt><tt>I (184) telnet: Initialising Telnet (8300)</tt><tt><br>
    </tt><tt>I (188) ssh: Initialising SSH (8300)</tt><tt><br>
    </tt><tt>I (193) re: Initialising RE Tools (8800)</tt><tt><br>
    </tt><tt>I (197) netmanager: Initialising NETMANAGER (8999)</tt><tt><br>
    </tt><tt>I (203) v-track: Registering Vehicle: TRACK (9000)</tt><tt><br>
    </tt><tt>I (208) v-teslaroadster: Registering Vehicle: Tesla
      Roadster (9000)</tt><tt><br>
    </tt><tt>I (215) v-obdii: Registering Vehicle: OBDII (9000)</tt><tt><br>
    </tt><tt>I (220) v-none: Registering Vehicle: NONE (9000)</tt><tt><br>
    </tt><tt>I (226) v-demo: Registering Vehicle: DEMO (9000)</tt><tt><br>
    </tt><tt>I (231) version: Initialising Versioning (9900)</tt><tt><br>
    </tt><tt>I (240) cpu_start: Starting scheduler on PRO CPU.</tt><tt><br>
    </tt><tt>I (0) cpu_start: Starting scheduler on APP CPU.</tt><tt><br>
    </tt><tt>I (285) ovms_main: Executing on CPU core 0</tt><tt><br>
    </tt><tt>I (285) ovms_main: Mounting CONFIG...</tt><tt><br>
    </tt><tt>W (325) webserver: UpdateGlobalAuthFile: no password set
      => no auth for web console</tt><tt><br>
    </tt><tt>I (325) ovms_main: Registering default configs...</tt><tt><br>
    </tt><tt>I (325) ovms_main: Starting HOUSEKEEPING...</tt><tt><br>
    </tt><tt>I (335) housekeeping: Initialising HOUSEKEEPING
      Framework...</tt><tt><br>
    </tt><tt>I (395) housekeeping: Executing on CPU core 1</tt><tt><br>
    </tt><tt>I (395) housekeeping: Starting PERIPHERALS...</tt><tt><br>
    </tt><tt>I (395) peripherals: Initialising OVMS Peripherals...</tt><tt><br>
    </tt><tt>I (405) peripherals:   TCP/IP Adaptor</tt><tt><br>
    </tt><tt>I (405) peripherals:   ESP32 system</tt><tt><br>
    </tt><tt>I (405) peripherals:   SPI bus</tt><tt><br>
    </tt><tt>I (415) peripherals:   MAX7317 I/O Expander</tt><tt><br>
    </tt><tt>I (415) peripherals:   ESP32 CAN</tt><tt><br>
    </tt><tt>I (425) peripherals:   ESP32 WIFI</tt><tt><br>
    </tt><tt>I (425) peripherals:   ESP32 BLUETOOTH</tt><tt><br>
    </tt><tt>I (425) peripherals:   ESP32 ADC</tt><tt><br>
    </tt><tt>I (435) peripherals:   MCP2515 CAN 1/2</tt><tt><br>
    </tt><tt>I (445) peripherals:   MCP2515 CAN 2/2</tt><tt><br>
    </tt><tt>I (455) peripherals:   SD CARD</tt><tt><br>
    </tt><tt>I (455) peripherals:   SIMCOM MODEM</tt><tt><br>
    </tt><tt>I (455) gpio: GPIO[16]| InputEn: 0| OutputEn: 1| OpenDrain:
      0| Pullup: 1| Pulldown: 0| Intr:0 </tt><tt><br>
    </tt><tt>I (465) gpio: GPIO[17]| InputEn: 1| OutputEn: 0| OpenDrain:
      0| Pullup: 1| Pulldown: 0| Intr:0 </tt><tt><br>
    </tt><tt>I (475) uart: queue free spaces: 10</tt><tt><br>
    </tt><tt>I (475) ext12v: Powering off external 12V devices</tt><tt><br>
    </tt><tt>I (485) housekeeping: Starting USB console...</tt><tt><br>
    </tt><tt>I (485) uart: queue free spaces: 30</tt><tt><br>
    </tt><tt>I (495) version: Set version</tt><tt><br>
    </tt><tt><br>
    </tt><tt>Welcome to the Open Vehicle Monitoring System (OVMS) -
      Async Console</tt><tt><br>
    </tt><tt>I (505) script: Running script
      /store/events/system.start/mystartup</tt><tt><br>
    </tt><tt>I (715) ext12v: Powering on external 12V devices</tt><tt><br>
    </tt><tt>I (715) wifi: wifi firmware version: ebd3e5d</tt><tt><br>
    </tt><tt>I (715) wifi: config NVS flash: enabled</tt><tt><br>
    </tt><tt>I (715) wifi: config nano formating: disabled</tt><tt><br>
    </tt><tt>I (725) system_api: Base MAC address is not set, read
      default base MAC address from BLK0 of EFUSE</tt><tt><br>
    </tt><tt>I (725) system_api: Base MAC address is not set, read
      default base MAC address from BLK0 of EFUSE</tt><tt><br>
    </tt><tt>I (735) wifi: Init dynamic tx buffer num: 16</tt><tt><br>
    </tt><tt>I (735) wifi: Init data frame dynamic rx buffer num: 16</tt><tt><br>
    </tt><tt>I (735) wifi: Init management frame dynamic rx buffer num:
      16</tt><tt><br>
    </tt><tt>I (745) wifi: wifi driver task: 3ffe5370, prio:23,
      stack:4096</tt><tt><br>
    </tt><tt>I (745) wifi: Init static rx buffer num: 4</tt><tt><br>
    </tt><tt>I (745) wifi: Init dynamic rx buffer num: 16</tt><tt><br>
    </tt><tt>I (745) wifi: wifi power manager task: 0x3ffe7a0c prio: 21
      stack: 2560I (815) phy: phy_version: 383.0, 79a622c, Jan 30 2018,
      15:38:06, 0, 0</tt><tt><br>
    </tt><tt><br>
    </tt><tt>I (815) wifi: mode : sta (30:ae:a4:37:1b:64)</tt><tt><br>
    </tt><tt>I (815) v-teslaroadster: Tesla Roadster v1.x, v2.x and v3.0
      vehicle module***ERROR*** A stack overflow in task Housekeeping
      has been detected.</tt><tt><br>
    </tt><tt>abort() was called at PC 0x4008f024 on core 1</tt><tt><br>
    </tt><tt>0x4008f024: vApplicationStackOverflowHook at
      /home/greg/esp/esp-idf/components/esp32/./panic.c:648</tt><tt><br>
    </tt><tt><br>
    </tt><tt><br>
    </tt><tt>Backtrace: 0x4008ee34:0x3ffd6b00 0x4008f00b:0x3ffd6b20
      0x4008f024:0x3ffd6b40 0x4008b52c:0x3ffd6b60 0x4008d534:0x3ffd6b80
      0x4008d4ea:0x00000000</tt><tt><br>
    </tt><tt>0x4008ee34: invoke_abort at
      /home/greg/esp/esp-idf/components/esp32/./panic.c:648</tt><tt><br>
    </tt><tt><br>
    </tt><tt>0x4008f00b: abort at
      /home/greg/esp/esp-idf/components/esp32/./panic.c:648</tt><tt><br>
    </tt><tt><br>
    </tt><tt>0x4008f024: vApplicationStackOverflowHook at
      /home/greg/esp/esp-idf/components/esp32/./panic.c:648</tt><tt><br>
    </tt><tt><br>
    </tt><tt>0x4008b52c: vTaskSwitchContext at
      /home/greg/esp/esp-idf/components/freertos/./tasks.c:4837</tt><tt><br>
    </tt><tt><br>
    </tt><tt>0x4008d534: _frxt_dispatch at
      /home/greg/esp/esp-idf/components/freertos/./portasm.S:406</tt><tt><br>
    </tt><tt><br>
    </tt><tt>0x4008d4ea: _frxt_int_exit at
      /home/greg/esp/esp-idf/components/freertos/./portasm.S:206</tt><tt><br>
    </tt><tt><br>
    </tt><tt><br>
    </tt><tt>Rebooting...</tt><br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>