srobo / sr-robot3-j5

Python 3 API for Student Robotics Kit - Built with j5
MIT License
4 stars 1 forks source link

Expose WiFi credentials #63

Closed trickeydan closed 2 years ago

trickeydan commented 2 years ago

We should allow the WiFi creds for the robot to be easily printed.

Something like:

R.print_wifi_details()

This data is available in Robot._metadata currently, we just need to make it easier to access.