def __init__(self): try: self.bme280 = BME280() except ImportError: print('Failed to load Enviro Plus BME280 module') try: from enviroplus import gas ...
確定! 回上一頁