<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Michael,<br>
    <br>
    Ha!  So, two separate problems.  First one is fixed, thanks!  Now
    shows:<br>
    <br>
    <tt>OVMS > metrics list m.version</tt><tt><br>
    </tt><tt>m.version                                3.0.0/factory/main
      build (idf v3.1-dev-391-g8d8d62da) Feb 16 2018 16:57:36</tt><tt><br>
    </tt><tt>OVMS > </tt><br>
    <br>
    Good idea to check the partition table, but mine matches what you
    have.  Also, after all the junk lines, there is a single "normal"
    entry for ovms_config.  So, at least some part of the file system is
    intact.  But, if I try to vfs cat the file, ovms complains that the
    file cannot be opened.<br>
    <br>
    Thanks,<br>
    <br>
    Greg<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Michael Balzer wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:7a86bcf4-7b19-c767-88c0-62a306feacaa@expeedo.de">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      The string is built using git describe, which fetches the most
      recent tag from the current tree:<br>
      <br>
      <tt>balzer@leela:~/esp/esp-idf> git describe --always --tags
        --dirty</tt><tt><br>
      </tt><tt>v3.1-dev-391-g8d8d62da</tt><br>
      <br>
      That's set at…<br>
      <br>
      <tt>balzer@leela:~/esp/esp-idf> git show v3.1-dev<br>
      </tt><tt>commit 22489d70214a5b7650ab197ffd6ab73e9c50a772</tt><tt><br>
      </tt><tt>Merge: c4448714 f58c5b21</tt><tt><br>
      </tt><tt>Author: Jiang Jiang Jian <a
          class="moz-txt-link-rfc2396E" href="mailto:jack@espressif.com"
          moz-do-not-send="true"><jack@espressif.com></a></tt><tt><br>
      </tt><tt>Date:   Fri Dec 1 22:06:43 2017 +0800</tt><tt><br>
      </tt><tt><br>
      </tt><tt>    Merge branch 'bugfix/wdt_periph_enable' into 'master'</tt><tt><br>
      </tt><tt>    </tt><tt><br>
      </tt><tt>    watchdogs: make sure timer group peripherals are
        enabled</tt><tt><br>
      </tt><tt>    </tt><tt><br>
      </tt><tt>    See merge request !1623</tt><tt><br>
      </tt><br>
      <br>
      So you're missing that tag ref after doing a fresh clone…<br>
      <br>
      …and indeed, the tag is missing from our fork on github, it's only
      present in the esp origin:<br>
      <br>
      <a class="moz-txt-link-freetext"
        href="https://github.com/openvehicles/esp-idf/tree/v3.1-dev"
        moz-do-not-send="true">https://github.com/openvehicles/esp-idf/tree/v3.1-dev</a>
      → 404<br>
      <a class="moz-txt-link-freetext"
        href="https://github.com/espressif/esp-idf/tree/v3.1-dev"
        moz-do-not-send="true">https://github.com/espressif/esp-idf/tree/v3.1-dev</a>
      → ok<br>
      <br>
      So it seems we forgot to push the tags we fetched from upstream
      into our own fork. I did that now, so if you pull again, you
      should get the tag and the version string should be up to date.<br>
      <br>
      But that should have had no effect on your issue then, as the
      revision tree is consistent. Tags are just that -- tags.<br>
      <br>
      Another idea on your issue then: is your partition table unchanged
      & correct?<br>
      <br>
      <tt><a class="moz-txt-link-abbreviated"
href="mailto:balzer@leela:%7E/esp/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3"
          moz-do-not-send="true">balzer@leela:~/esp/Open-Vehicle-Monitoring-System-3/vehicle/OVMS.V3</a>>
        cat partitions.csv </tt><tt><br>
      </tt><tt># OVMS 16MB flash ESP32 Partition Table</tt><tt><br>
      </tt><tt># Name,   Type, SubType, Offset,   Size</tt><tt><br>
      </tt><tt>nvs,      data, nvs,     0x9000,  0x4000</tt><tt><br>
      </tt><tt>otadata,  data, ota,     0xd000,  0x2000</tt><tt><br>
      </tt><tt>phy_init, data, phy,     0xf000,  0x1000</tt><tt><br>
      </tt><tt>factory,  app,  factory, 0x10000,  4M</tt><tt><br>
      </tt><tt>ota_0,    app,  ota_0,   ,         4M</tt><tt><br>
      </tt><tt>ota_1,    app,  ota_1,   ,         4M</tt><tt><br>
      </tt><tt>store,    data, fat,     ,         1M</tt><tt><br>
      </tt><br>
      <br>
      Regards,<br>
      Michael<br>
      <br>
      <br>
      <div class="moz-cite-prefix">Am 16.02.2018 um 19:24 schrieb Greg
        D.:<br>
      </div>
      <blockquote type="cite"
        cite="mid:ed4d587d-456a-bd18-5a81-636f79e5f7df@gmail.com">
        <meta http-equiv="Content-Type" content="text/html;
          charset=UTF-8">
        Hi Michael,<br>
        <br>
        Yes, that was one of the first things I checked.  It points to
        /home/greg/esp/esp-idf, which is the current esp-idf directory.<br>
        <br>
        m.version is this:<br>
        <tt><br>
          OVMS > metrics list m.version</tt><br>
        <tt>m.version                                3.0.0/factory/main
          build (idf v3.0-dev-1781-g8d8d62da) Feb 15 2018 22:01:48</tt><br>
        <tt>OVMS > </tt><br>
        <br>
        Where would I find the source of that string in the build
        environment?<br>
        <br>
        Greg<br>
        <br>
        <br>
        <div class="moz-cite-prefix">Michael Balzer wrote:<br>
        </div>
        <blockquote type="cite"
          cite="mid:440254ae-cfc8-9130-8980-391b76d18397@expeedo.de">
          <meta http-equiv="Content-Type" content="text/html;
            charset=UTF-8">
          Greg,<br>
          <br>
          have you checked your IDF_PATH?<br>
          <br>
          What does "m.version" show?<br>
          <br>
          Regards,<br>
          Michael<br>
          <br>
          <br>
          <div class="moz-cite-prefix">Am 16.02.2018 um 09:27 schrieb
            Greg D.:<br>
          </div>
          <blockquote type="cite"
            cite="mid:bfdeeeef-9793-5818-bd15-49df1e314679@gmail.com">
            <meta http-equiv="Context-Type" content="text/html;
              charset=ISO-8859-7">
            Present and accounted for.  Also, when I compile code,
            there's no warning about cross-versions, and I have a fresh
            copy of esp-idf from Github.  When I had the wrong branch,
            there was a warning about mismatched versions.<br>
            <br>
            So, the git log matches, yet what I'm building doesn't;
            that's like, impossible, right?<br>
            <br>
            Greg<br>
            <br>
            <br>
            <div class="moz-cite-prefix">Mark Webb-Johnson wrote:<br>
            </div>
            <blockquote type="cite"
              cite="mid:2937CACE-BB44-4C43-AF1D-46D2B0BFEB85@webb-johnson.net">
              Another thought - maybe the compiler version?
              <div class=""><br class="">
              </div>
              <div class="">3.1 requires xtensa gcc 1.22.0-80
                (g6c4433a-5.2.0).</div>
              <div class=""><br class="">
              </div>
              <blockquote class="">
                <div class=""><a
href="https://esp-idf.readthedocs.io/en/latest/get-started/linux-setup.html"
                    class="" moz-do-not-send="true">https://esp-idf.readthedocs.io/en/latest/get-started/linux-setup.html</a></div>
              </blockquote>
              <div class=""><br class="">
              </div>
              <div class="">Regards, Mark.</div>
              <div class=""><br class="">
                <div>
                  <blockquote type="cite" class="">
                    <div class="">On 16 Feb 2018, at 2:19 PM, Stephen
                      Casner <<a href="mailto:casner@acm.org"
                        class="" moz-do-not-send="true">casner@acm.org</a>>
                      wrote:</div>
                    <br class="Apple-interchange-newline">
                    <div class="">
                      <div class="">Mine says:<br class="">
                        <br class="">
                        OVMS > metrics list m.version<br class="">
                        m.version<br class="">
                        3.0.0/factory/main build (idf
                        v3.1-dev-212-g00fa3889-dirty) Feb  7 2018
                        22:10:10<br class="">
                        <br class="">
                        But, truth be told, I'm currently compiing from
                        my own fork of<br class="">
                        espressif/esp-idf that I set up to issue a PR to
                        espressif for my<br class="">
                        changes that support the memory diagnostics.<br
                          class="">
                        <br class="">
                                                       -- Steve<br
                          class="">
                        <br class="">
                        On Thu, 15 Feb 2018, Greg D. wrote:<br class="">
                        <br class="">
                        <blockquote type="cite" class="">Ok.  Back to
                          half-sanity.  rm -rf esp-idf, Refetched from
                          master including submodule<br class="">
                          stuff, rm -r build, make clean, make, make
                          flash.  Compiles and runs.<br class="">
                          <br class="">
                          But still shows wrong version for m.version,
                          and /store is still a mess.  Not sure if<br
                            class="">
                          I care about the m.version; what is going on
                          with vfs?<br class="">
                          <br class="">
                          Back to the TV...<br class="">
                          <br class="">
                          Greg<br class="">
                          <br class="">
                          <br class="">
                          Stephen Casner wrote:<br class="">
                          <br class="">
                          Right.<br class="">
                          <br class="">
                              -- Steve<br class="">
                          <br class="">
                          On Thu, 15 Feb 2018, Greg D. wrote:<br
                            class="">
                          <br class="">
                          Ok, so master from the openvehicles clone?<br
                            class="">
                          <br class="">
                          Greg<br class="">
                          <br class="">
                          <br class="">
                          Stephen Casner wrote:<br class="">
                          <br class="">
                          Gre,<br class="">
                          <br class="">
                          No, we left behind the v2.1 of esp-idf a while
                          ago.  We're now on<br class="">
                          master.<br class="">
                          <br class="">
                                                       -- Steve<br
                            class="">
                          <br class="">
                          On Thu, 15 Feb 2018, Greg D. wrote:<br
                            class="">
                          <br class="">
                          Mmm, never mind...  I realize we're still
                          based on v2.1, right?<br class="">
                          <br class="">
                          I've re-fetched stuff from the 2.1 branch, and
                          still have the same results.  v3.0.0<br
                            class="">
                          listed as m.version, and junk in /store.<br
                            class="">
                          <br class="">
                          Now what?<br class="">
                          <br class="">
                          Greg<br class="">
                          <br class="">
                          <br class="">
                          Greg D. wrote:<br class="">
                               Ok, this is odd...  Are you sure esp-idf
                          v3.1 is actually on Github?<br class="">
                               Tried re-fetching everything, and found
                          this:<br class="">
                          <br class="">
                                     greg@linux-0rpb:~/esp> git clone<br
                            class="">
                                     <a
                            href="https://github.com/openvehicles/esp-idf.git"
                            class="" moz-do-not-send="true">https://github.com/openvehicles/esp-idf.git</a><br
                            class="">
                                     Cloning into 'esp-idf'...<br
                            class="">
                                     remote: Counting objects: 44182,
                          done.<br class="">
                                     remote: Compressing objects: 100%
                          (8/8), done.<br class="">
                                     remote: Total 44182 (delta 0),
                          reused 1 (delta 0), pack-reused<br class="">
                                     44174<br class="">
                                     Receiving objects: 100%
                          (44182/44182), 50.53 MiB | 11.75<br class="">
                                     MiB/s, done.<br class="">
                                     Resolving deltas: 100%
                          (31074/31074), done.<br class="">
                                     greg@linux-0rpb:~/esp> cd
                          esp-idf<br class="">
                                     greg@linux-0rpb:~/esp/esp-idf>
                          git branch -a<br class="">
                                     * master<br class="">
                                       remotes/origin/HEAD ->
                          origin/master<br class="">
                                      
                          remotes/origin/feature/psram_malloc<br
                            class="">
                                       remotes/origin/master<br class="">
                                       remotes/origin/release/v2.0<br
                            class="">
                                       remotes/origin/release/v2.1<br
                            class="">
                                       remotes/origin/release/v3.0<br
                            class="">
                                     greg@linux-0rpb:~/esp/esp-idf><br
                            class="">
                          <br class="">
                               Shouldn't there be a v3.1 listed there
                          too?  Last entry is 3.0.<br class="">
                          <br class="">
                               Anyway, the first question is whether we
                          have one problem or two...  Is my<br class="">
                               problem with /store related to v3.0 vs
                          v3.1, or is it a separate problem<br class="">
                               on its own?  Do I simply need to clear
                          flash and reload my config?  If so,<br
                            class="">
                               what is the best way?<br class="">
                          <br class="">
                               Greg<br class="">
                          <br class="">
                          <br class="">
                               Mark Webb-Johnson wrote:<br class="">
                               Nope. Old hardware.<br class="">
                          Out of ideas. I thought it just picked up the
                          git version.<br class="">
                          <br class="">
                          Regards, Mark.<br class="">
                          <br class="">
                               On 15 Feb 2018, at 12:07 PM, Greg D. <<a
                            href="mailto:gregd2350@gmail.com" class=""
                            moz-do-not-send="true">gregd2350@gmail.com</a>><br
                            class="">
                               wrote:<br class="">
                          <br class="">
                          No difference.<br class="">
                          <br class="">
                          Are you on the new hardware?<br class="">
                          <br class="">
                          Greg<br class="">
                          <br class="">
                          <br class="">
                          Mark Webb-Johnson wrote:<br class="">
                               In your ovms directory:<br class="">
                               make clean<br class="">
                          rm -rf build<br class="">
                          make flash<br class="">
                          <br class="">
                          <br class="">
                          That’s all I can think of.<br class="">
                          <br class="">
                          Regards, Mark<br class="">
                          <br class="">
                               On 15 Feb 2018, at 11:59 AM, Greg D.<br
                            class="">
                               <<a href="mailto:gregd2350@gmail.com"
                            class="" moz-do-not-send="true">gregd2350@gmail.com</a>>
                          wrote:<br class="">
                          <br class="">
                          Yes, and yes.  The top entry exactly matches
                          your log.<br class="">
                          <br class="">
                          Greg<br class="">
                          <br class="">
                          <br class="">
                          Mark Webb-Johnson wrote:<br class="">
                               And you’ve already ‘git pull’ and ‘git<br
                            class="">
                               submodule update’ in that esp idf?<br
                            class="">
                          If you ‘git log’, you should get:<br class="">
                          <br class="">
                               commit<br class="">
                               8d8d62da9e58305c8f7f4792264f8cab3ffe104b<br
                            class="">
                               (HEAD -> master, origin/master,<br
                            class="">
                               origin/HEAD)<br class="">
                          Merge: 5bf85d06 ca3faa61<br class="">
                          Author: Mark Webb-Johnson<br class="">
                          <<a href="mailto:mark@webb-johnson.net"
                            class="" moz-do-not-send="true">mark@webb-johnson.net</a>><br
                            class="">
                          Date:   Tue Feb 13 13:27:55 2018 +0800<br
                            class="">
                          <br class="">
                              Merge remote-tracking branch<br class="">
                          'espressif/master'<br class="">
                          <br class="">
                          <br class="">
                          (which is where the 8d8d62da comes from)<br
                            class="">
                          <br class="">
                          Regards, Mark.<br class="">
                          <br class="">
                               On 15 Feb 2018, at 11:42 AM, Greg D.<br
                            class="">
                               <<a href="mailto:gregd2350@gmail.com"
                            class="" moz-do-not-send="true">gregd2350@gmail.com</a>>
                          wrote:<br class="">
                          <br class="">
                          Yes and yes.<br class="">
                               greg@linux-0rpb:~/esp/esp-idf><br
                            class="">
                               git branch -a<br class="">
                               * master<br class="">
                                 remotes/origin/HEAD -><br class="">
                               origin/master<br class="">
                          <br class="">
                               remotes/origin/feature/psram_malloc<br
                            class="">
                                 remotes/origin/master<br class="">
                                 remotes/origin/release/v2.0<br class="">
                                 remotes/origin/release/v2.1<br class="">
                                 remotes/origin/release/v3.0<br class="">
                               greg@linux-0rpb:~/esp/esp-idf><br
                            class="">
                               git remote -v<br class="">
                               origin<br class="">
                               <a
                            href="https://github.com/openvehicles/esp-idf.git"
                            class="" moz-do-not-send="true">https://github.com/openvehicles/esp-idf.git</a><br
                            class="">
                               (fetch)<br class="">
                               origin<br class="">
                               <a
                            href="https://github.com/openvehicles/esp-idf.git"
                            class="" moz-do-not-send="true">https://github.com/openvehicles/esp-idf.git</a><br
                            class="">
                               (push)<br class="">
                               greg@linux-0rpb:~/esp/esp-idf><br
                            class="">
                          <br class="">
                          Greg<br class="">
                          <br class="">
                          <br class="">
                          Mark Webb-Johnson wrote:<br class="">
                               In your esp idf directory, can<br
                            class="">
                               you check ‘git branch -a’. Make<br
                            class="">
                               sure you are on ‘master’ branch.<br
                            class="">
                               Also ‘git remote -v’. Make sure<br
                            class="">
                               you are on openvehicles clone.<br
                            class="">
                          Mark<br class="">
                          <br class="">
                          <br class="">
                               On 15 Feb 2018, at 10:24<br class="">
                               AM, Greg D.<br class="">
                               <<a href="mailto:gregd2350@gmail.com"
                            class="" moz-do-not-send="true">gregd2350@gmail.com</a>><br
                            class="">
                               wrote:<br class="">
                          <br class="">
                          Hi Mark,<br class="">
                          <br class="">
                          So, I changed the<br class="">
                          CONFIG_LWIP_SO_REUSE value and<br class="">
                          did a make flash.  That<br class="">
                          displayed another option,<br class="">
                          default Yes, changed to no.<br class="">
                          But, same result with /store.<br class="">
                          <br class="">
                          One significant difference is<br class="">
                          that you're on idf 3.1 and I'm<br class="">
                          on 3.0...  (3.0.0/factory/main<br class="">
                          build (idf<br class="">
                          v3.0-dev-1781-g8d8d62da) Feb 14<br class="">
                          2018 18:12:05)<br class="">
                          <br class="">
                          Did I miss a cog on this?<br class="">
                          <br class="">
                          Greg<br class="">
                          <br class="">
                          <br class="">
                          Mark Webb-Johnson wrote:<br class="">
                               My store seems ok:<br class="">
                               OVMS > vfs ls<br class="">
                               /store<br class="">
                          ovms_config<br class="">
                          obd2ecu<br class="">
                          play<br class="">
                          <br class="">
                          OVMS > metrics list<br class="">
                          m.version<br class="">
                          m.version<br class="">
                          <br class="">
                           3.0.0/factory/main<br class="">
                          build (idf<br class="">
                          v3.1-dev-391-g8d8d62da)<br class="">
                          Feb 13 2018 14:05:21<br class="">
                          <br class="">
                          <br class="">
                          Anybody else seeing this<br class="">
                          issue?<br class="">
                          <br class="">
                          Regarding the<br class="">
                          CONFIG_LWIP_SO_REUSE, in<br class="">
                          menuconfig you can use ‘/‘<br class="">
                          to search for it. The<br class="">
                          parameter is in Component<br class="">
                          Config / LWIP.<br class="">
                          <br class="">
                          Regards, Mark.<br class="">
                          <br class="">
                          <br class="">
_______________________________________________<br class="">
                          OvmsDev mailing list<br class="">
                          <a href="mailto:OvmsDev@lists.teslaclub.hk"
                            class="" moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                            class="">
                          <a class="moz-txt-link-freetext"
                            href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                            moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                            class="">
                          <br class="">
                          <br class="">
                          <br class="">
                          <br class="">
_______________________________________________<br class="">
                          OvmsDev mailing list<br class="">
                          <a class="moz-txt-link-abbreviated"
                            href="mailto:OvmsDev@lists.teslaclub.hk"
                            moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                            class="">
                          <a class="moz-txt-link-freetext"
                            href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                            moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                            class="">
                          <br class="">
                          <br class="">
_______________________________________________<br class="">
                          OvmsDev mailing list<br class="">
                          <a class="moz-txt-link-abbreviated"
                            href="mailto:OvmsDev@lists.teslaclub.hk"
                            moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                            class="">
                          <a class="moz-txt-link-freetext"
                            href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                            moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                            class="">
                          <br class="">
                          <br class="">
                          <br class="">
                          <br class="">
_______________________________________________<br class="">
                          OvmsDev mailing list<br class="">
                          <a class="moz-txt-link-abbreviated"
                            href="mailto:OvmsDev@lists.teslaclub.hk"
                            moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                            class="">
                          <a class="moz-txt-link-freetext"
                            href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                            moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                            class="">
                          <br class="">
                          <br class="">
_______________________________________________<br class="">
                          OvmsDev mailing list<br class="">
                          <a class="moz-txt-link-abbreviated"
                            href="mailto:OvmsDev@lists.teslaclub.hk"
                            moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                            class="">
                          <a class="moz-txt-link-freetext"
                            href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                            moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                            class="">
                          <br class="">
                          <br class="">
                          <br class="">
                          <br class="">
_______________________________________________<br class="">
                          OvmsDev mailing list<br class="">
                          <a class="moz-txt-link-abbreviated"
                            href="mailto:OvmsDev@lists.teslaclub.hk"
                            moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                            class="">
                          <a class="moz-txt-link-freetext"
                            href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                            moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                            class="">
                          <br class="">
                          <br class="">
_______________________________________________<br class="">
                          OvmsDev mailing list<br class="">
                          <a class="moz-txt-link-abbreviated"
                            href="mailto:OvmsDev@lists.teslaclub.hk"
                            moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                            class="">
                          <a class="moz-txt-link-freetext"
                            href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                            moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                            class="">
                          <br class="">
                          <br class="">
                          <br class="">
                          <br class="">
_______________________________________________<br class="">
                          OvmsDev mailing list<br class="">
                          <a class="moz-txt-link-abbreviated"
                            href="mailto:OvmsDev@lists.teslaclub.hk"
                            moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                            class="">
                          <a class="moz-txt-link-freetext"
                            href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                            moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                            class="">
                          <br class="">
                          <br class="">
                          <br class="">
                          <br class="">
_______________________________________________<br class="">
                          OvmsDev mailing list<br class="">
                          <a class="moz-txt-link-abbreviated"
                            href="mailto:OvmsDev@lists.teslaclub.hk"
                            moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                            class="">
                          <a class="moz-txt-link-freetext"
                            href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                            moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                            class="">
                          <br class="">
                          <br class="">
                          <br class="">
                          <blockquote type="cite" class=""><br class="">
                          </blockquote>
                          <br class="">
                          <br class="">
_______________________________________________<br class="">
                          OvmsDev mailing list<br class="">
                          <a class="moz-txt-link-abbreviated"
                            href="mailto:OvmsDev@lists.teslaclub.hk"
                            moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                            class="">
                          <a class="moz-txt-link-freetext"
                            href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                            moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                            class="">
                          <br class="">
                          <br class="">
                          <br class="">
                        </blockquote>
                        _______________________________________________<br
                          class="">
                        OvmsDev mailing list<br class="">
                        <a href="mailto:OvmsDev@lists.teslaclub.hk"
                          class="" moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a><br
                          class="">
                        <a class="moz-txt-link-freetext"
                          href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev"
                          moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a><br
                          class="">
                      </div>
                    </div>
                  </blockquote>
                </div>
                <br class="">
              </div>
              <br>
              <fieldset class="mimeAttachmentHeader"></fieldset>
              <br>
              <pre wrap="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk" moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
            </blockquote>
            <br>
            <br>
            <fieldset class="mimeAttachmentHeader"></fieldset>
            <br>
            <pre wrap="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk" moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
          </blockquote>
          <br>
          <pre class="moz-signature" cols="160">-- 
Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
</pre>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
          <pre wrap="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk" moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
        </blockquote>
        <br>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk" moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="160">-- 
Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>