SUPLA / supla-device

Create your own Supla device! This software can be used as a library for Arduino IDE, or can be used directly with ESP8266 RTOS SDK and with ESP IDF. It is also possible to compile and run it on Linux and in FreeRTOS.
GNU General Public License v2.0
28 stars 14 forks source link

Fix failing tests on RPI platform #9

Closed klew closed 2 years ago

klew commented 2 years ago

supladevicetests.txt

Most probably it requires changing "unsigned long" to uint64_t, since "unsigned long" is not 64 bit integer on RPI