eloquentarduino / EloquentSurveillance

GNU General Public License v3.0
40 stars 10 forks source link

Bugs (typo) in src/motion.h #13

Closed Matu92 closed 1 year ago

Matu92 commented 1 year ago

c:\users\e.nouranian\documents\arduino\libraries\eloquentsurveillance-main\src\motion.h:412:61: error: expected primary-expression before ';' token for (uint16_t y = _location.y > blockSize / 2 ? ; y < _location.y + blockSize; y += blockSize / 2) { ^ c:\users\e.nouranian\documents\arduino\libraries\eloquentsurveillance-main\src\motion.h:418:47: error: 'W' was not declared in this scope uint32_t offset = j * W; ^