--ch-add admin not working on 1.2.36

Hi,

I am using meshtastic-python, and I am trying to add an admin channel. I use macOS 11.

When running meshtastic --ch-add admin, I get this error:

Connected to radio
Aborting due to: name 'genPSKS256' is not defined

Any clue on how to solve this?

Best,

Francis

1 Like

Same issue here.

Win10 on 1.2.38.

It might be related to this, in which case it was recently fixed if you update the python tool.

Update: It was related to the above fix, but there was a sneaky third instance of that genPSKS256. I submitted a pull request to have it the extra S removed.

2 Likes

thanks @jfirwin. I’ll merge and put out a new lib of pypi right now!

2 Likes

1.2.40 deployed on pipy. “pip3 install --upgrade meshtastic” to get it.

1 Like

No more errors when running: meshtastic --port COM23 --ch-add admin

Thank you. :slight_smile:

2 Likes