Unable to compile a function template after a struct definition. The code passed compilation with multiple different versions of the compilers on Compiler Explorer, but fails in Arduino IDE. $ arduino ...
Hallo, I have small problem with sending struct variable. On side of transmitter I have... struct Sensor_data {byte ID; byte TX_Power; short Temp; float Pressure; byte Humidity; byte Battery; }; ...