I've changed the code to add more buttons to control outputs on my ESP03. If I use three buttons like this it works:
rest.button(2);
rest.button(13);
rest.button(12);
But if I add a fourth button with another button-line ("rest.button(14);") it doesnt work. The Gui gets messed up and the buttons won't work.
