Browse Source
This adds the sync version of the LoRa driver (and the base WL55 driver). Adds +13.6kiB (212.6 -> 226.2). Limit for this board is 232kiB. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>pull/12909/head
Jim Mussared
1 year ago
committed by
Damien George
2 changed files with 8 additions and 2 deletions
@ -0,0 +1,6 @@ |
|||
# Don't include default frozen modules because MCU is tight on flash space. |
|||
|
|||
# Only install the sync version of the LoRa driver because this board doesn't |
|||
# have asyncio by default. |
|||
require("lora-sync") |
|||
require("lora-stm32wl5") |
Loading…
Reference in new issue