ClosedCube_HDC1080_Arduino icon indicating copy to clipboard operation
ClosedCube_HDC1080_Arduino copied to clipboard

Error in demo code

Open Ramotny opened this issue 5 years ago • 0 comments

There is an error in demo code causing continous ESP32 reboot: In PrintSerialNumber() subroutine instead of char format[12]; should be char format[13]; to have place for closing zero of sprintf. Regards Gregory

Ramotny avatar Jul 05 '20 08:07 Ramotny