badusb_sd_wifi
badusb_sd_wifi copied to clipboard
Problems when compiling
Hi joelsernamoreno, fist i gotta say that i love your work on the cjmu-3212, and i appreciate everything that you made possible for putting this codes out. But i'm having problems to compile everything to a bin file due to the arduino libraries, that are mismatching from your archives somehow. Can you please send me the compiled .bin?
Hello!
Yes, tell me your email or a means of communication and I will send you the binary when I have free time
Thank you!
Thanks for answering back! My email is [email protected]
esp_code.ino: In lambda function: esp_code.ino:195:3: error: control reaches end of non-void function [-Werror=return-type] 195 | }); | ^ cc1plus.exe: some warnings being treated as errors
exit status 1
Compilation error: control reaches end of non-void function [-Werror=return-type]
esp_code.ino: In lambda function: esp_code.ino:195:3: error: control reaches end of non-void function [-Werror=return-type] 195 | }); | ^ cc1plus.exe: some warnings being treated as errors
exit status 1
Compilation error: control reaches end of non-void function [-Werror=return-type]
Managed to fix this by adding "return 0;" in else statement.