File tree Expand file tree Collapse file tree
src/MicroOcpp/Model/FirmwareManagement Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -327,6 +327,8 @@ FirmwareService *EspWiFi::makeFirmwareService(Context& context) {
327327
328328 fwService->setOnInstall ([fwService] (const char *location) {
329329
330+ MO_DBG_WARN (" Built-in updater for ESP32 is only intended for demonstration purposes. HTTP support only" );
331+
330332 fwService->setInstallationStatusInput ([](){return InstallationStatus::NotInstalled;});
331333
332334 WiFiClient client;
@@ -372,6 +374,8 @@ FirmwareService *EspWiFi::makeFirmwareService(Context& context) {
372374
373375 fwService->setOnInstall ([fwService] (const char *location) {
374376
377+ MO_DBG_WARN (" Built-in updater for ESP8266 is only intended for demonstration purposes. HTTP support only" );
378+
375379 WiFiClient client;
376380 // WiFiClientSecure client;
377381 // client.setCACert(rootCACertificate);
You can’t perform that action at this time.
0 commit comments