Using Maestro to change channel widths

I've created a config file to change channel widths on SM's but I can't get it to work. The config appears good, uploads to the radio successfully, but the changes are not applied.

{
	"userParameters": {
		"smRadioConfig": {
	},

	"bandwidthScanList": [
		50,
		100,
		150,
		200,
		300
	]
},


"cfgFileString": "Canopy configuration file",
"cfgFileVersion": "1.0"

}

Got it working with the following:

{
	"userParameters": {
	"smRadioConfig": {
		

		"bandwidthScanList": [
			50,
			100,
			150,
			200,
			300
		]
         }
	},
	"cfgFileString": "Canopy configuration file",
	"cfgFileVersion": "1.0"
}</pre>
2 Likes