When loading the toml file, we should try/except and give a specific error message that tells the user about the settings.toml file including what it is and its location:
https://github.com/adafruit/Adafruit_CircuitPython_Fake_BME280/blob/main/fake_bme280/basic.py#L79
When loading the toml file, we should
try/exceptand give a specific error message that tells the user about the settings.toml file including what it is and its location:https://github.com/adafruit/Adafruit_CircuitPython_Fake_BME280/blob/main/fake_bme280/basic.py#L79