OpenMarine

Full Version: openplotter 1.2.0 SPI tab
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
after upgrading to last version in SPI tab the "value settings" doesn't works.
Also I can't to edit convertation table.
How to recover this one?
Thank you.
(2019-04-21, 09:17 PM)jim321 Wrote: [ -> ]http://forum.openmarine.net/showthread.p...ht=SPI+tab
search the forum Smile

I can't ti find how to solve this problem. Now I have to return to previouse version 1.0.0 . This one works correctly.
sudo nano /home/pi/.config/openplotter/read_sensors_d.py

change "spi.open(0,1)" to "spi.open(0,0)". (line 437)

ctrl x y
(2019-04-22, 02:32 PM)jim321 Wrote: [ -> ]sudo nano /home/pi/.config/openplotter/read_sensors_d.py

change "spi.open(0,1)" to "spi.open(0,0)". (line 437)

ctrl x y

no affects. I can to see values from ADC. But I can't to make convertation to real values. "value edit" button doesn't works. In version 1.0.0 it works normally, I can to see the convertation graph also. But version 1.2.0 doesn't works.