Skip to content
Discussion options

You must be logged in to vote

Following the code in this link: https://forum.micropython.org/viewtopic.php?t=10733#p59032 , I put 4 specific remove_program commands in my code to replace the one w/o parameters (which the documentation says should remove all programs and obviously does not) and the problem is fixed.

#PIO(0).remove_program()
PIO(0).remove_program(HDrive100)
PIO(0).remove_program(HDrive75)
PIO(0).remove_program(HDrive50)
PIO(0).remove_program(HDrive25)

So it appears to be an issue with the remove_program() command when nothing is specified - it does not remove something correclty.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by projectgus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant