Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoGarcia committed May 14, 2016
1 parent ecb03f7 commit e9cb88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -146,7 +146,7 @@
//*************************************************************************************************
//************************* Atualizações **********************************************************
//*************************************************************************************************
const char lastUpdate[] = "19/04/2016"; // Data da última modificação
const char lastUpdate[] = "13/05/2016"; // Data da última modificação

//****************************************************************************************************
//****************** Variáveis de textos e fontes ****************************************************
Expand Down
2 changes: 2 additions & 0 deletions Ferduino_with_webcontrol_beta/Loop.ino
Expand Up @@ -202,11 +202,13 @@ void loop()
if ((millis() - alimentacao_millis) > (duracao_alimentacao * 1000L))
{
modo_alimentacao = false;
#ifdef USE_TFT
if (dispScreen == 45)
{
strcpy_P(buffer, (char*)pgm_read_word_near(&(tabela_textos[17])));
printButton(buffer, anT[0], anT[1], anT[2], anT[3]); // tabela_textos[17] = "INICIAR"
}
#endif
}
}
}
Expand Down

0 comments on commit e9cb88b

Please sign in to comment.