not possible using 9khz steps within csv-files
Hello Jon, 9kHz steps are common for European MW and there also is no problem selecting these steps when using the MENU button, but it is not possible using 9kHz steps within csv-files for uploading it via "upload_memory.py". Maybe you can help.
Problem has been solved by simply modifying following program line within file "memory_upload.py":
steps = { "10Hz": 0, "50Hz": 1, "100Hz": 2, "1kHz": 3, "5kHz": 4, "9kHz": 5, "10kHz": 6, "12.5kHz": 7,"25kHz": 8,"50kHz": 9,}
For not receiving errors after this, selection of 100kHz-steps had to be removed.
@klaus344 Sorry for delay responding, I have been out of action for a couple of weeks. Thanks very much for the fix, I have added an updated version to the repo here: https://github.com/dawsonjon/PicoRX/blob/master/memory_loader/upload_memory.py.