Skip to content

Commit 68f04bc

Browse files
authored
Merge pull request #4654 from esp8266/ivankravets-patch-3
Force ARDUINO macro to 10805
2 parents 5d5ea92 + 1ae70ad commit 68f04bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio-build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def scons_patched_match_splitext(path, suffixes=None):
5252

5353
env.Prepend(
5454
CPPDEFINES=[
55-
("ARDUINO", 10600),
55+
("ARDUINO", 10805),
5656
"LWIP_OPEN_SRC"
5757
],
5858
CPPPATH=[

0 commit comments

Comments
 (0)