Skip to content

Commit

Permalink
Merge pull request openWB#1807 from benderl/secondary-display
Browse files Browse the repository at this point in the history
fix display wrapper for secondary openwb
  • Loading branch information
benderl authored Aug 9, 2024
2 parents 5ed7d19 + 2e909e6 commit 2d5a995
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 2d5a995

Please sign in to comment.