Compilation error: control reaches end of non-void function [-Werror=return-type] iam getting this error when executing with IDE sketch plz give any solution
please can I see myphpadmin(mysql) of project ? I have problems with manager user when i add finger id 1 that's ok, but i add finger id 2 => alert (You can't add more than one ID each time) and can't add new finger id. thank you so much
@nhatphongtranle3394 ok delete all fingers id fist then you upload new one is some time not get finger id don’t worry rest all finger id and do again 👍
hello sir, this time i upload code arduino getting the error: this error is : { Multiple libraries were found for "WiFiClient.h" In file included from C:\Users\Home\Desktop\sketch_nov22a\sketch_nov22a.ino:8: Used: C:\Users\Home\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi C:\Program Files (x86)\Arduino\libraries\Adafruit-GFX-Library-master/Adafruit_GFX.h:12:10: fatal error: Adafruit_I2CDevice.h: No such file or directory Not used: C:\Program Files (x86)\Arduino\libraries\WiFi 12 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Error compiling for board NodeMCU 1.0 (ESP-12E Module). } }
In function 'int deleteFingerprint(int)': error: control reaches end of non-void function [-Werror=return-type] 690 | display.display(); | ~~~~~~~~~~~~~~~^~ In function 'uint8_t getFingerprintEnroll()': error: control reaches end of non-void function [-Werror=return-type] 919 | confirmAdding(); | ~~~~~~~~~~~~~^~ cc1plus.exe: some warnings being treated as errors Compilation error: control reaches end of non-void function [-Werror=return-type] please give me any idea to resolve this issue
C:\Users\hp\Documents\Arduino\16092024_1010PM\16092024_1010PM.ino: In function 'uint8_t deleteFingerprint(int)': C:\Users\hp\Documents\Arduino\16092024_1010PM\16092024_1010PM.ino:688:20: error: control reaches end of non-void function [-Werror=return-type] 688 | display.display(); | ~~~~~~~~~~~~~~~^~ C:\Users\hp\Documents\Arduino\16092024_1010PM\16092024_1010PM.ino: In function 'uint8_t getFingerprintEnroll()': C:\Users\hp\Documents\Arduino\16092024_1010PM\16092024_1010PM.ino:917:18: error: control reaches end of non-void function [-Werror=return-type] 917 | confirmAdding(); | ~~~~~~~~~~~~~^~ cc1plus.exe: some warnings being treated as errors Multiple libraries were found for "SoftwareSerial.h" Used: C:\Users\hp\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\SoftwareSerial Not used: C:\Users\hp\Documents\Arduino\libraries\EspSoftwareSerial exit status 1 Compilation error: control reaches end of non-void function [-Werror=return-type]
Compilation error: control reaches end of non-void function [-Werror=return-type] iam getting this error when executing with IDE sketch
plz give any solution
I am also facing same issue
@@shobhitkumawatwhat to do how to resolve
Verifying error control reaches end of non void function sir near the 690 line and 919 line
Hi Sir, is this gonna work if we put the code in to a web server and not on the localhost?
Can i use R503 without any chnages in code ?
r307 have 6 pins, but why you only use 4 pins (txd, rxd, gnd, 3v), is the touch pin not used?
Because is work on the UART that’s why i used only 4 wire plz read the UART Protocol
@@JustDoElectronics thats way r307 can used in nodemcu?
@muh.khairuldiantasman9651 yes
can you help my fingerprints not blinking
@@mdhamza3636 tukar pin out rxd dan txd, kalau saya tidak salah ingat pokoknya 2 pin itu ada di pin D1 D2
Thanks for give all details in website 😊
please can I see myphpadmin(mysql) of project ? I have problems with manager user when i add finger id 1 that's ok, but i add finger id 2 => alert (You can't add more than one ID each time) and can't add new finger id. thank you so much
Why you add more than 1 fingers
@@JustDoElectronics I did the same as in your video, after adding finger id1, I tried to add finger id2 but it didn't work
@nhatphongtranle3394 ok delete all fingers id fist then you upload new one is some time not get finger id don’t worry rest all finger id and do again 👍
@@JustDoElectronics How can I reset, in phpmyadmin or reset R307, can you tell me? Thank you
@@nhatphongtranle3394didi you solve the issue
Verifying error control reaches end of non void function sir
Send me photos
@@JustDoElectronics can i have your email or contact my RUclips isn't not responding
Same problem
hello
Hi what I need to do if error for compiling board nodemcu
Can i use esp32 in this code?
hello sir, this time i upload code
arduino getting the error: this error is : { Multiple libraries were found for "WiFiClient.h"
In file included from C:\Users\Home\Desktop\sketch_nov22a\sketch_nov22a.ino:8:
Used: C:\Users\Home\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi
C:\Program Files (x86)\Arduino\libraries\Adafruit-GFX-Library-master/Adafruit_GFX.h:12:10: fatal error: Adafruit_I2CDevice.h: No such file or directory
Not used: C:\Program Files (x86)\Arduino\libraries\WiFi
12 | #include
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
} }
Can I change r307 to as608?
Yes
is that nodeMCU ESP8266 ?
Yes
Can you help me, my finger print doesn't detect (finger print not find)
ok
@@JustDoElectronics do you have any solution?
Used examples code and check fingerprints sensor
did u solve
@@wow8791 yes i solved it, it can be used hardware serial tx2 & rx2 or software serial (esp 8266 d5 d6)
Bro my OLED display show lock sigh with fingerprint sign how ho solve this
Did you find solution?
@@tadiwamatewe check connections
@@tadiwamatewe check connection
Sa me problem bro
@@HethikaPothum check connection
Mere OLED me fingerprint lock show horaha hai
Same problem
can you help my fingerprints not blinking
Mine blinks once and stops
SQL Error
Why check probably flow the article
In function 'int deleteFingerprint(int)':
error: control reaches end of non-void function [-Werror=return-type]
690 | display.display();
| ~~~~~~~~~~~~~~~^~
In function 'uint8_t getFingerprintEnroll()':
error: control reaches end of non-void function [-Werror=return-type]
919 | confirmAdding();
| ~~~~~~~~~~~~~^~
cc1plus.exe: some warnings being treated as errors
Compilation error: control reaches end of non-void function [-Werror=return-type]
please give me any idea to resolve this issue
Please help me to resolve
C:\Users\hp\Documents\Arduino\16092024_1010PM\16092024_1010PM.ino: In function 'uint8_t deleteFingerprint(int)':
C:\Users\hp\Documents\Arduino\16092024_1010PM\16092024_1010PM.ino:688:20: error: control reaches end of non-void function [-Werror=return-type]
688 | display.display();
| ~~~~~~~~~~~~~~~^~
C:\Users\hp\Documents\Arduino\16092024_1010PM\16092024_1010PM.ino: In function 'uint8_t getFingerprintEnroll()':
C:\Users\hp\Documents\Arduino\16092024_1010PM\16092024_1010PM.ino:917:18: error: control reaches end of non-void function [-Werror=return-type]
917 | confirmAdding();
| ~~~~~~~~~~~~~^~
cc1plus.exe: some warnings being treated as errors
Multiple libraries were found for "SoftwareSerial.h"
Used: C:\Users\hp\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\SoftwareSerial
Not used: C:\Users\hp\Documents\Arduino\libraries\EspSoftwareSerial
exit status 1
Compilation error: control reaches end of non-void function [-Werror=return-type]
Ai error ta ascha
Pls aktu bolben ki korte hobe
Pls
Please.link.update
Which one ??
Hi what I need to do if error for compiling board nodemcu