Posts by Ever • 21 points
2 posts
-
2
votes0
answers49
viewsQ: Problems returning an Arduine array
I’m not getting back the array of the following code: void loop() { if(tem_msg){ lcd.clear(); // <-- limpa o cursor e retorna ele pra linha 1 e coluna 1 lcd.print(msg[indice]); // <-- printa a…
-
0
votes1
answer290
viewsQ: Blocking routes for non-logged-in users
I’m doing an application and now that it’s almost complete I was testing the attacks. I realized that with ngRoute routes the application is vulnerable to url entries. For example, the application…