Update hf_bog.c

This commit is contained in:
bogiton 2019-11-08 17:42:17 +00:00 committed by GitHub
parent 2c0a8bbd91
commit 5e72d6e714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,5 +249,5 @@ void RunMod() {
LEDsoff(); LEDsoff();
SpinDelay(300); SpinDelay(300);
Dbprintf("- [ End ] -> You can take shell back ..."); Dbprintf("- [ End ] -> You can take shell back ...");
Dbprintf("- [ ! ] -> use 'script run read_pwd_mem' to print passwords"); Dbprintf("- [ ! ] -> use 'script run read_pwd_mem_spiffs' to print passwords");
} }