arduino_eprom27_programmer icon indicating copy to clipboard operation
arduino_eprom27_programmer copied to clipboard

Voltage read command is commented out

Open kalinkaata opened this issue 2 years ago • 0 comments

Line 421 is commented out in mainwindow.cpp so the GUI can't send the "v" command to the Nano. Programing voltage won't be displayed. It's not enough to uncomment it. It have to be replaced by this to work > mArduino->voltageMesurment(true);

kalinkaata avatar Apr 16 '23 18:04 kalinkaata