mayeranalytics / pySX127x

This is a python interface to the Semtech SX127x, HopeRF RFM9x, Microchip RN2483 long range, low power transceiver families.
GNU Affero General Public License v3.0
171 stars 115 forks source link

MAX_PAYLOAD_LENGTH typo #3

Closed thomasverbeke closed 8 years ago

thomasverbeke commented 8 years ago

In constants.py clss REG class LORA both PAYLOAD_LENGTH and MAX_PAYLOAD_LENGTH are indicating register 0x22. I assume this is a typo, MAX PAYLOAD should refer to reg 0x23.

mayeranalytics commented 8 years ago

I appreciate all your input. Yes it should be 0x23. Fixed.

On 29 Nov 2015, at 18:27, thomasverbeke notifications@github.com wrote:

In constants.py clss REG class LORA both PAYLOAD_LENGTH and MAX_PAYLOAD_LENGTH are indicating register 0x22. I assume this is a type, MAX PAYLOAD should refer to reg 0x23.

— Reply to this email directly or view it on GitHub https://github.com/mayeranalytics/pySX127x/issues/3.