use the new ESP Framework for our older boards too

This commit is contained in:
Thomas Göttgens
2022-09-09 22:31:30 +02:00
parent e375a8460b
commit bf3306fbc8
5 changed files with 27 additions and 52 deletions

View File

@@ -48,8 +48,6 @@ using namespace httpsserver;
HTTPClient httpClient;
#define DEST_FS_USES_LITTLEFS
#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
#define ESP_ARDUINO_VERSION ESP_ARDUINO_VERSION_VAL(1, 0, 4)
// We need to specify some content-type mapping, so the resources get delivered with the
// right content type and are displayed correctly in the browser