Kevin
Kevin
@pikhovkin What is this comment talking about? There is no directory like that here.
I am trying this same exact thing, but can't figure out how to get an array from $t
Hello all, I believe the error is due to you NOT using a standard language code. An example of this would be using "jp" for Japan. The correct country abreviation...
I see, I have removed the auto baud from my initialization code. I was already setting the serial port to 57600, here is what I have: ``` uint8_t txBuffer[17]; void...
Just made the update the update to both the library with the same results, it seems to be exactly the same. then after that I tried adding the zero to...
I just realized, I tested a working device, and on messages that do sent, I get the value: data_rate_index just above, "coding_rate" here is an example of a working version...
I added this to the bottom of the txBytes method: ``` String dataToTx = String(msgBuffer); _debug.print("string: "); _debug.println(dataToTx); _debug.print("string length"); _debug.println(dataToTx.length()); _debug.print("string Data Sizeof"); _debug.println(sizeof(dataToTx)); return txCommand("mac tx uncnf 1...
Is there a way for me to lower the spread factor with this library?
Is there a fix coming any time soon?
Yep, Same issue here