badusb_sd_wifi icon indicating copy to clipboard operation
badusb_sd_wifi copied to clipboard

Problems when compiling

Open QuartzFlask opened this issue 4 years ago • 4 comments

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?

QuartzFlask avatar Jul 13 '20 12:07 QuartzFlask

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!

joelsernamoreno avatar Jul 20 '20 15:07 joelsernamoreno

Thanks for answering back! My email is [email protected]

QuartzFlask avatar Jul 25 '20 16:07 QuartzFlask

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]

danikus31 avatar Oct 03 '23 14:10 danikus31

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.

LongWayHomie avatar Dec 29 '23 16:12 LongWayHomie