#ifndef WEB_INTERFACE_H #define WEB_INTERFACE_H // HTML page for web interface const char* webPage = R"rawliteral( Engine Management System

Engine Management System

Real-time Parameters

0
RPM
0
MAP (kPa)
0
TPS (%)
0
Lambda

Learning System

Learning Progress

1.00
Fuel Correction Factor
0.0
Ignition Correction (deg)

Idle Control

0
Idle Valve Position (%)
800
Target RPM

Diagnostics

0
Knock Events
0
Engine Temp (C)
0
Battery Voltage (V)

Settings

)rawliteral"; #endif