File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 36
36
37
37
env .Prepend (
38
38
CPPDEFINES = [
39
- "ARDUINO=%s" % FRAMEWORK_VERSION .split ("." )[1 ],
39
+ ( "ARDUINO" , int ( FRAMEWORK_VERSION .split ("." )[1 ])) ,
40
40
"LWIP_OPEN_SRC"
41
41
],
42
42
CPPPATH = [
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def _get_board_f_flash(env):
88
88
],
89
89
90
90
CPPDEFINES = [
91
- "F_CPU= $BOARD_F_CPU" ,
91
+ ( "F_CPU" , " $BOARD_F_CPU") ,
92
92
"__ets__" ,
93
93
"ICACHE_FLASH"
94
94
],
Original file line number Diff line number Diff line change 6
6
"homepage" : " http://platformio.org/platforms/espressif8266" ,
7
7
"license" : " Apache-2.0" ,
8
8
"engines" : {
9
- "platformio" : " ^3.0.0" ,
10
- "scons" : " >=2.3.0,<2.6.0"
9
+ "platformio" : " ^3.0.0"
11
10
},
12
11
"repository" : {
13
12
"type" : " git" ,
14
13
"url" : " https://github.com/platformio/platform-espressif8266.git"
15
14
},
16
- "version" : " 1.2.1 " ,
15
+ "version" : " 1.3.0 " ,
17
16
"packageRepositories" : [
18
17
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
19
18
" https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download" ,
You can’t perform that action at this time.
0 commit comments