HuskyLens / HUSKYLENSArduino

75 stars 48 forks source link

return statement missed on bool checkFirmwareVersion() #17

Open Rotmuetze opened 1 year ago

Rotmuetze commented 1 year ago

On line 700 in the HUSKYLENS.h file is no return statement.

 bool checkFirmwareVersion(){
       writeFirmwareVersion(HUSKYLENS_FIRMWARE_VERSION);
    }
cotifa1010 commented 1 year ago

I have the same problem. And I use a stupid way, I disabled #697 ~ #712 . I can run Color Recognition with servo on ESP8266 currently. If that will make any other problem, please let me know. Appreciation!

Rotmuetze commented 1 year ago

I have the same problem. And I use a stupid way, I disabled #697 ~ #712 . I can run Color Recognition with servo on ESP8266 currently. If that will make any other problem, please let me know. Appreciation!

I've done it the same Way with ESP8266. i Had no Complication with the face recognition Mode 👍

But you need to Check your Firmwareversion manualy. Just chose the newest stable Version.

Compiled with Arduino 2.0.4