Is there a possibility to change credentials of LoPy device?
-
The default credentials of ftp are always
username: micro
pass: python
Is there a possibility to change those?
-
@nukeburns
Not sure what you mean. For FTP changes to stick between boots you to put the server.init() code to change the credentials into boot.py
-
@jmarcelino after removing the os.dumpterm it is not possible to control over usb but all pins RXD and TXD are also disabled. Is there a possibility to just disable usb and sd?
-
@nukeburns
Connecting over the serial port? That doesn't require any credentials (the ones shown on Pymaker preferences aren't really used AFAIK). The dupterm() connects the REPL to the UART directly.Yes to stop that you'd have to remove the os.dupterm(..) line from boot.py
-
@jmarcelino the credentials of ftp are changed. I see i can still use the old user and pass when i use Pymaker. Is this normal? Can i change this to? Or i just need to disable boot.py code?
-