Hello.. Im got problem using arduino in my final year project.. Im first time using it.. Its come like this
Warning deprecated conversion constants string 'char*'
Password password = Password ( "1234") ;
Anyone can help me..
Hello.. Im got problem using arduino in my final year project.. Im first time using it.. Its come like this
Warning deprecated conversion constants string 'char*'
Password password = Password ( "1234") ;
Anyone can help me..
rusydi95:
Hello.. Im got problem using arduino in my final year project.. Im first time using it.. Its come like thisWarning deprecated conversion constants string 'char*'
Password password = Password ( "1234") ;
Anyone can help me..
Where did you get Password from? A library? Does the library include examples?
Anyone can help me
What help do you need? That was a warning. If you want it to go away, use 1.6.6 or earlier version of the IDE or
Password password = Password ( (char *)"1234") ;
GoForSmoke:
Where did you get Password from? A library? Does the library include examples?
Yeahh.. Include example.. I get the coding from video.. And i look the example.. Same..
PaulS:
What help do you need? That was a warning. If you want it to go away, use 1.6.6 or earlier version of the IDE orPassword password = Password ( (char *)"1234") ;
Oh.. Its not effect others thing? Okay.. Thanx for help.. I will try.. If i get any problem i will ask for your all guide..