Skip to content

Commit

Permalink
Fix ESP32 warning, specify supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Feb 14, 2020
1 parent f3f692a commit 49a66bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Marlin/src/HAL/HAL_ESP32/web.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

#if BOTH(WIFISUPPORT, WEBSUPPORT)

#include "../../inc/MarlinConfig.h"

#undef DISABLED // esp32-hal-gpio.h
#include <SPIFFS.h>
#include "wifi.h"
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ src_filter = ${common.default_src_filter} +<src/HAL/HAL_TEENSY35_36>
# Espressif ESP32
#
[env:esp32]
platform = espressif32
platform = espressif32@1.11.2
board = esp32dev
build_flags = ${common.build_flags} -DCORE_DEBUG_LEVEL=0
lib_deps = ${common.lib_deps}
Expand Down

0 comments on commit 49a66bc

Please sign in to comment.