From b3de8a2d37bffa96ca4f226997a81ad7e716d97f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 30 May 2021 16:20:34 -0400 Subject: [PATCH] Update voltcurrent.py --- python/voltcurrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/voltcurrent.py b/python/voltcurrent.py index 468b655e..93330375 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -97,7 +97,7 @@ if __name__ == "__main__": # print("Python Error 3", file=sys.stderr, flush=True) three = 0 - try: + try: ina219_four= INA219(i2c_one, addresses[3]) ina219_four.bus_adc_resolution = ADCResolution.ADCRES_12BIT_32S # 1S ina219_four.shunt_adc_resolution = ADCResolution.ADCRES_12BIT_32S # 1S