how to change the username and password for thw WiPy?
-
Im working with a wipy 3, changed the username and the password on project settings and global setting, but whenever I access via FTP or Telnet it asks me for the defaults username/pass (micro/python)
Can sombody help me please?
-
@PB123 said in how to change the username and password for thw WiPy?:
thanks, it works fine now
-
I can't test this at the moment, but this looks useful:
https://docs.pycom.io/firmwareapi/pycom/network/server/
server.init() allows you to pass a new user and password.I'll probably end up testing that later on myself.