You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/scripts/sepiaFW.app.config.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ function sepiaFW_build_config(){
4
4
5
5
Config.clientInfo="web_app_v1.0.0";//defined by client properties
6
6
vardeviceId="";//set in settings and chosen by user to address his devices directly (only numbers and letters, space is replaced by '-', lower-case)
7
-
Config.environment="default";//default for now - switched to "avatar_display" in AO-Mode
7
+
Config.environment=SepiaFW.tools.getURLParameter("env")||"default";//'default' supports all features, other options: 'speaker', 'silent_display', 'car_display' - switched to "avatar_display" in AO-Mode
0 commit comments