#ifndef PROVISION_WEB_PAGE_H #define PROVISION_WEB_PAGE_H // Embedded web interface for device provisioning const char PROVISION_WEB_PAGE[] = R"rawliteral( ESP32 Provisioning

🔧 Device Provisioning Required

Your device needs to be provisioned before first use

âš ī¸ Provisioning Needed

â„šī¸ What This Does

This will provision your device security hardware:

âš ī¸ Warning: These are one-time operations and cannot be undone!

Device
)rawliteral"; #endif // PROVISION_WEB_PAGE_H