Skip to content

Commit

Permalink
ESP32: Fix compilation of temperature-measurement-app and lock-app (#…
Browse files Browse the repository at this point in the history
…6478)

Remove inclusion of unwanted header file DataModelHandler.h. The
compilation fails as this file is now moved to "src/app/util"
  • Loading branch information
dhrishi authored May 5, 2021
1 parent 6a4fdaa commit 6b0d0d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/lock-app/esp32/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "nvs_flash.h"
#include <app/server/DataModelHandler.h>
#include <app/server/Server.h>

#include <cmath>
Expand Down
1 change: 0 additions & 1 deletion examples/temperature-measurement-app/esp32/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "nvs_flash.h"
#include <app/server/DataModelHandler.h>
#include <app/server/Server.h>

#include <cmath>
Expand Down

0 comments on commit 6b0d0d1

Please sign in to comment.