/* A part of ESP32 Signal Generator https://corz.org/public/scripts/ESP32/SignalGenerator/ This is a simple web page that enables you to send raw commands directly to Signal Generator with your web browser, just like you would over a serial connexion, except without being physically plugged in. Signal Generator's responses appear dynamically (with AJAX) below the inputs. Because all the action happens with AJAX; if you get to here from the main page; you can always get /back/ to the main page with a *single* click / swipe / whatever. NOTE: There is also a console interface on the main page - click the title. */ String WebConsole = R"HTML5( Web Console for ESP32 Signal Generator
)HTML5";