Closed applio closed 6 years ago
Sections like this (from sx127x.py) seem ripe for employing const() to lower memory consumption:
# registers REG_FIFO = 0x00 REG_OP_MODE = 0x01 REG_FRF_MSB = 0x06 REG_FRF_MID = 0x07
Addressed in commit 1abe94f2f250af62380bd15019824009785baf77
Sections like this (from sx127x.py) seem ripe for employing const() to lower memory consumption: