config-editor-base 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -344,6 +344,8 @@ var publicSchemaFiles = function publicSchemaFiles(selectedConfig, schemaAry, co
344
344
 
345
345
  if (selectedConfig) {
346
346
  var deviceType = "Other";
347
+ console.log("contentJSON", contentJSON);
348
+ console.log("contentJSON.gnss", contentJSON.gnss);
347
349
 
348
350
  if (contentJSON.can_2 != undefined && contentJSON.connect == undefined && contentJSON.gnss == undefined) {
349
351
  deviceType = "CANedge1";