Skip to content

Commit

Permalink
[webdav] only include webdav for esp target
Browse files Browse the repository at this point in the history
  • Loading branch information
markjfisher committed May 1, 2024
1 parent 8b577c1 commit 5f7887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http/httpService.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ If a file has an extention pre-determined to support parsing (see/update
#include <map>
#include <string>

#include "webdav/request.h"

#include "fnFS.h"

#ifdef ESP_PLATFORM
#include "webdav/request.h"
#include <esp_http_server.h>
#else
#include "mongoose.h"
Expand Down

0 comments on commit 5f7887b

Please sign in to comment.