Skip to content

Commit 3a95dd5

Browse files
committed
added 'env' URL parameter to set 'environment' value
1 parent 0771343 commit 3a95dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/scripts/sepiaFW.app.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function sepiaFW_build_config(){
44

55
Config.clientInfo = "web_app_v1.0.0"; //defined by client properties
66
var deviceId = ""; //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
88

99
//set client info
1010
Config.setClientInfo = function(clientInfo){

0 commit comments

Comments
 (0)