VESC Tool App Filter

I created a PowerShell script that will take an exported App .XML file from VESCtool and strip out the unneeded/unwanted configuration that is particular to an individual’s board.

Instructions are on the site and pretty basic, if you want to filter out any additional configuration parameters, you can add it to the filter_list.txt. It’s a starts-with wildcard, so if you wanted to remove everything that starts with random_setting_ then that’s what you would put in the filter_list.txt and everything starting with random_setting_ (i.e. random_setting_1, random_setting_2, etc) will not migrate to the output file.

vesctool_xml_filter

5 Likes

Thanks for your work, man! I’ll definitely give it a whirl sometime soon.

Be sure to post this on the Vescify server. I’m sure one of the mods would pin it for ya!