dakin80

Results 3 comments of dakin80

Ran some tests with extra code added: ``` import time from machine import Pin, SPI, ADC, I2C from lora import SX1262 from bme280 import * import gc led = Pin("LED",...

A few more observations on the problem. ``` import time from machine import Pin, SPI, ADC, I2C from lora import SX1262 from bme280 import * import gc led = Pin("LED",...

Tried with latest daily build and made no difference.