andresarmento / modbus-esp8266

A library that allows your ESP8266 to communicate via Modbus protocol, acting as a slave (master in development). Supports IP via wireless network (Modbus IP).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timestamp problem

CombiesGit opened this issue · comments

if (millis() > ts + 2000)
?

if (millis() - ts > 2000)
!