Compilation error: reference to 'byte' is ambiguous
Opened this issue · 0 comments
matiasbarone commented
I get that error when compiling.
I've solved it changing byte
for uint8_t
in Modbus.cpp
and Modbus.h
I've not tested yet.
Opened this issue · 0 comments
I get that error when compiling.
I've solved it changing byte
for uint8_t
in Modbus.cpp
and Modbus.h
I've not tested yet.