Python API experience on a PC and linux

hi @feh123

re: “meshtastic” command not found on windows, even after running pip3 install
hmm - I bet it is this. Can you try it and report back? If it fixes it for you I’ll add it to a FAQ.

re: not finding “gps_update_rate” on your device
For values that are still at their default, they are not sent in the protobufs. So if you run “meshtastic --info” and have never set gps_update_interval you won’t see it. But if you run “meshtastic --set gps_update_interval 12345” you should then see it. Can you try this and let me know how it goes?

Note: it is gps_update_interval or gps_attempt_time - not gps_update_rate.