From 8ef70ab87a7a9b3906a523aae36b1ad2590da998 Mon Sep 17 00:00:00 2001 From: bogd Date: Sun, 5 Mar 2023 12:59:14 +0200 Subject: [PATCH] uppercase header fixed --- extlibs/libespfs | 2 +- src/HTTPPrintSystem.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extlibs/libespfs b/extlibs/libespfs index a646e3e..03ff681 160000 --- a/extlibs/libespfs +++ b/extlibs/libespfs @@ -1 +1 @@ -Subproject commit a646e3ee0594ec2301e9b3fe6373ea274eb39e39 +Subproject commit 03ff681a61cb03a43c6f008601a6e6090e9df2bd diff --git a/src/HTTPPrintSystem.c b/src/HTTPPrintSystem.c index d62da8f..4591edc 100644 --- a/src/HTTPPrintSystem.c +++ b/src/HTTPPrintSystem.c @@ -27,7 +27,7 @@ #include "esp_wifi.h" #include "NetTransport.h" #include "esp_ota_ops.h" -#include "ROMFS.h" +#include "romfs.h" #include "esp_idf_version.h" #include "jWrite.h"