20190827_jeffrey - silenceuncrio/diary GitHub Wiki

0905

jessy 表示 M330[develop] WiFi STA 網頁出不來

Pull 最新的 M330[develop]

  • Vendor/Products = GENERIC/1_GENERIC_WIFI
  • Applications - 手動 include 下述
    • WIFI Support(STA mode)

修改如下

diff --git a/proscend/prosrc/www/app/feature/wifi_sta.js b/proscend/prosrc/www/app/feature/wifi_sta.js
index b201473..d954961 100644
--- a/proscend/prosrc/www/app/feature/wifi_sta.js
+++ b/proscend/prosrc/www/app/feature/wifi_sta.js
@@ -168,7 +168,7 @@ function controller($timeout, $scope, $route, icos, config) {
               // maybe 500 internal error
               // get the status until vm.status.scan_count != 0
               vm.status_timeout();
-            },
+            }
           );
       });
   };

否則 IE 會視為 javascritp 語法錯誤


M330[develop] - correct the syntax or IE will fail to open the 'WiFi STA' page

commit f20bf382473484f93d5d78d803f26f313a060fca
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Aug 27 09:41:10 2019 +0800

    correct the syntax or IE will fail to open the 'WiFi STA' page

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

0950

繼續 M330 - P1 - web ui: GPS track drawing

1305

Angular Leaflet Directive 出發


參考 angular-leaflet-directive - Basic examples

就拿 Simple map example 練練手

讓該 example 在 M330 上執行


image

順利整了上去

commit 作個紀錄


M330[develop] - add 'Management > leaflet 0100' - basic first example

commit 2f948a43dbc7411d26d4a36f121e1792c0a9f506
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Aug 27 14:18:14 2019 +0800

    add 'Management > leaflet 0100' - basic first example
    - prepare for GPS track drawing

 proscend/prosrc/www/app/app.module.js              |  16 +-
 proscend/prosrc/www/app/feature/leaflet_0100.html  |  19 +
 proscend/prosrc/www/app/feature/leaflet_0100.js    |  32 ++
 .../angular-leaflet-directive.min.js               |  40 ++
 proscend/prosrc/www/libs/leaflet/leaflet.css       | 479 +++++++++++++++++++++
 proscend/prosrc/www/libs/leaflet/leaflet.js        |   9 +
 proscend/prosrc/www/src/index.html.src             |  19 +-
 proscend/prosrc/www/src/menu.html.src              |   3 +
 8 files changed, 608 insertions(+), 9 deletions(-)

1740

M300[release/v2.01] - add 'LTE Health Check' at 'WAN > Health Check' web page

commit 37d3f00c455c479d2d9c49c59cc4e91bfa836b48
Refs: [release/v2.01], {origin/release/v2.01}
Author: jeffrey <[email protected]>
Date:   Tue Aug 27 17:37:54 2019 +0800

    add 'LTE Health Check' at 'WAN > Health Check' web page

 proscend/prosrc/webcgi/connmgr.c                   |   8 ++
 .../prosrc/www/app/feature/wan_health_check.html   | 147 ++++++++++++++-------
 proscend/prosrc/www/app/locale-en.json             |  10 ++
 proscend/prosrc/www/app/locale-fr.json             |  10 ++
 proscend/prosrc/www/app/locale-zh-tw.json          |  11 +-
 5 files changed, 137 insertions(+), 49 deletions(-)

臨時追加的需求