Learn how to get your microcontroller to remember your settings, so you can quickly get it back in working state even if it loses power or reboots!| Bhavesh Kakwani
The repetitive process of editing your code in Thonny, switching over to the WebREPL window, re-selecting your edited code file, re-sending it to your ESP32, and going back to Thonny to fix any bugs can get cumbersome and slow. Luckily for us, there's a solution!| Bhavesh Kakwani