Skip to content

Commit

Permalink
fix(variant): Arduino Nano ESP32 variant fix for version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JAndrassy committed May 29, 2024
1 parent 79b8350 commit 97ce4a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variants/arduino_nano_nora/dfu_callbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace {
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-function"
#include "../../libraries/Update/src/Updater.cpp"
#include "../../cores/esp32/HEXBuilder.cpp"
#include "../../cores/esp32/MD5Builder.cpp"
#pragma GCC diagnostic pop
} // namespace
Expand Down

0 comments on commit 97ce4a1

Please sign in to comment.