Browse Source

works

root cause identified
Bob-the-Kuhn 7 years ago
parent
commit
760dbbb734
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      platformio.ini

+ 1
- 0
platformio.ini View File

195
 build_flags   = ${common.build_flags} -I $BUILDSRC_DIR
195
 build_flags   = ${common.build_flags} -I $BUILDSRC_DIR
196
 #board_f_cpu  = 20000000L     ; Bug in Arduino framework disallows boards running at 20Mhz
196
 #board_f_cpu  = 20000000L     ; Bug in Arduino framework disallows boards running at 20Mhz
197
 lib_deps      = ${common.lib_deps}
197
 lib_deps      = ${common.lib_deps}
198
+lib_ldf_mode  = deep+
198
 src_filter    = ${common.default_src_filter}
199
 src_filter    = ${common.default_src_filter}
199
 
200
 
200
 #
201
 #

Loading…
Cancel
Save