mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Merge pull request #4654 from esp8266/ivankravets-patch-3
Force ARDUINO macro to 10805
This commit is contained in:
commit
68f04bcaaf
@ -52,7 +52,7 @@ assert isdir(FRAMEWORK_DIR)
|
||||
|
||||
env.Prepend(
|
||||
CPPDEFINES=[
|
||||
("ARDUINO", 10600),
|
||||
("ARDUINO", 10805),
|
||||
"LWIP_OPEN_SRC"
|
||||
],
|
||||
CPPPATH=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user