PicoRX icon indicating copy to clipboard operation
PicoRX copied to clipboard

not possible using 9khz steps within csv-files

Open klaus344 opened this issue 7 months ago • 2 comments

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.

klaus344 avatar May 13 '25 08:05 klaus344

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 avatar May 15 '25 14:05 klaus344

@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.

dawsonjon avatar May 18 '25 11:05 dawsonjon