#ifndef WEB_INTERFACE_H
#define WEB_INTERFACE_H
// HTML page for web interface
const char* webPage = R"rawliteral(
Engine Management System
Engine Management System
Learning System
Learning Progress
1.00
Fuel Correction Factor
0.0
Ignition Correction (deg)
Idle Control
0
Idle Valve Position (%)
Settings
)rawliteral";
#endif