Hi guys,
I want to use the rf96 library that can send only unit8 (to the best of my knowledge)
I want to have two separate unit8 and combine them?
does anyone have any idea?
For example:
uint8_t data1[] = "Hello, this is device 1";
uint8_t data2[] = "ID";