Skip to content

Commit

Permalink
fix display wrapper for secondary openwb
Browse files Browse the repository at this point in the history
  • Loading branch information
benderl committed Aug 9, 2024
1 parent 5ed7d19 commit 2e909e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion web/display/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// functions for processing messages
'display/processAllMqttMsg.js?ver=20240730',
// functions performing mqtt and start mqtt-service
'display/setupMqttServices.js?ver=20240730',
'display/setupMqttServices.js?ver=20240809',
];

scriptsToLoad.forEach((src) => {
Expand Down
1 change: 0 additions & 1 deletion web/display/setupMqttServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var secondaryTopicsToSubscribe = {
"openWB/system/ip_address": false,
"openWB/system/current_branch": false,
"openWB/system/current_commit": false,
"openWB/system/version": false,
"openWB/general/extern_display_mode": false,
"openWB/internal_chargepoint/global_data": false,
"openWB/internal_chargepoint/0/data/parent_cp": false,
Expand Down

0 comments on commit 2e909e6

Please sign in to comment.