20190905_jeffrey - silenceuncrio/diary GitHub Wiki

0850

review


็นผ็บŒ M330 - P1 - web ui: GPS track drawing(client) - 80%

1420

M330[develop] - correct the problem about delete a known WiFi network

commit fb7bc6f5039dcd3792e1787419cb16e619dd43fb
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Sep 5 14:18:57 2019 +0800

    correct the problem about delete a known WiFi network

 proscend/prosrc/www/app/feature/wifi_sta.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1500

M330[develop] - add 'LTE > GPS Track'

commit bc9c5bdc6cd48f8720c4a1e5147bd8a68fd1ea2f
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Sep 5 15:00:20 2019 +0800

    add 'LTE > GPS Track'
    - current page will demo automatically

 proscend/prosrc/www/app/feature/lteGpsTrack.html |  30 ++++++
 proscend/prosrc/www/app/feature/lteGpsTrack.js   | 127 +++++++++++++++++++++++
 proscend/prosrc/www/app/locale-en.json           |   6 ++
 proscend/prosrc/www/app/locale-fr.json           |   1 +
 proscend/prosrc/www/app/locale-zh-tw.json        |   1 +
 proscend/prosrc/www/src/index.html.src           |   1 +
 proscend/prosrc/www/src/menu.html.src            |   3 +
 7 files changed, 169 insertions(+)

1555

M330[develop] - jweb.j.to_int do not handle differently with Big-Endian or Little-Endian

commit 9ec4af42dec626ee429d99350d546f5f7b7e5987
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Sep 5 15:52:13 2019 +0800

    jweb.j.to_int do not handle defferently with Big-Endian or Little-Endian
    the type of key_idx is short, we need further work with jweb.j.to_int

 proscend/prosrc/webcgi/wifi_sta.c         | 15 ++++++++++++---
 proscend/prosrc/www/app/locale-en.json    |  6 ++++++
 proscend/prosrc/www/app/locale-fr.json    |  6 ++++++
 proscend/prosrc/www/app/locale-zh-tw.json |  6 ++++++
 4 files changed, 30 insertions(+), 3 deletions(-)