Forum Software Ferduino code How to skip the password screen.

How to skip the password screen.


Post Number:#1 Post Sat Jun 07, 2014 4:05 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Go to "ProcessMyTouch" tab and find:

    case 0:                       //Tela de inico
      dispScreen=30;
      clearScreen();
      solicitar_senha();
      break;


Replace with:

    case 0:                       //Tela de inico
       dispScreen=1;
       clearScreen();
       menuScreen();
       break;
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.



Return to Ferduino code





Who is online

Users viewing this topic: No registered users and 1 guest

cron