You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code works, measurements are taken.
Is it possible to somehow fix this so that errors do not interfere with analyzing the work and do not cause confusion?
PS: I used "ModbusMaster.h" library before until I suddenly saw an overflow error due to the limitation of the uint16_t 65535 data type, which counted up to 6553.5 W (65.535 kWh) and started from zero :)
❤️ Your library is a lifesaver for me, thank you!
The text was updated successfully, but these errors were encountered:
When using ESP8266, the compiler complains:
The code works, measurements are taken.
Is it possible to somehow fix this so that errors do not interfere with analyzing the work and do not cause confusion?
PS: I used "ModbusMaster.h" library before until I suddenly saw an overflow error due to the limitation of the uint16_t 65535 data type, which counted up to 6553.5 W (65.535 kWh) and started from zero :)
❤️ Your library is a lifesaver for me, thank you!
The text was updated successfully, but these errors were encountered: