LoRaMac-node
LoRaMac-node copied to clipboard
Mark fBuffer content const
As far as I could see, the buffer is only copied from, never written to.
Marking it as const allows sending data from a const buffer without an additional memcpy to a non-const buffer or discarding the const (which some linters will complain about).