theapi / nodejs_lora_rfm95

Use the RFM95 Lora module with Node Js
GNU General Public License v3.0
3 stars 0 forks source link

Tx #4

Open ErikHougaard opened 6 years ago

ErikHougaard commented 6 years ago

Hi,

I played around with this library and it looks really nice. But I didn't find the TX part implemented. Is that true or did I miss something?

Erik

xdubx commented 3 years ago

nope is not implemented

RFM95_status_t RFM95_setTxPower(int8_t power) {
  return RFM95_OK;
}