Allow to enable internal pullups at runtime... It's simple to do this by modyfiing code
eg.: from pinMode(CHAN0, INPUT); to pinMode(CHAN0, INPUT_PULLUP);
I've done this and it works perfectly, but it requires recompiling and flashing. I think we might prepare some SUMP protocol extension with sigrok guys to be able to controll this at runtime from pulseview GUI!