There was an error while loading. Please reload this page. num1 = input('Enter first number: ') num2 = input('Enter second number: ') sum = float(num1) + float(num2 ...
When trying to connect to micropython 1.25/1.26 on a ESP8266, the connection always fails before i can type anything. It's a problem in Thonny since i can connect ...