HuskyLens / HUSKYLENSArduino

74 stars 49 forks source link

Method requestBlocks() always returns 1 #16

Open Roboteer1000 opened 1 year ago

Roboteer1000 commented 1 year ago

I had found that requestBlocks(ID) always returns 1, even when the Camera did not find any Blocks corresponding to a given ID.

cotifa1010 commented 1 year ago

I had the same problem. Did @Roboteer1000 already solved? Currently I use 「if read.id ==1 」to drive motor. And my board is NodMCU esp8266. Thanks for all.