Browse Source

Drop utf8 tweaks in build files

Scott Lahteine 6 years ago
parent
commit
74f4eb8312
2 changed files with 0 additions and 5 deletions
  1. 0
    4
      .travis.yml
  2. 0
    1
      platformio.ini

+ 0
- 4
.travis.yml View File

@@ -44,10 +44,6 @@ before_script:
44 44
   #
45 45
 script:
46 46
   #
47
-  # Fix include path problem in platformio.ini, U8glib-HAL_ID1932/src/lib/u8g.h
48
-  #
49
-  - find Marlin/ -name "*.h" | while read a; do sed -e 's|clib/u8g.h|u8g.h|' -i "$a"; done
50
-  #
51 47
   # Backup pins_RAMPS.h
52 48
   #
53 49
   - cp Marlin/src/pins/pins_RAMPS.h Marlin/src/pins/pins_RAMPS.h.backup

+ 0
- 1
platformio.ini View File

@@ -27,7 +27,6 @@ default_src_filter = +<src/*> -<src/config>
27 27
 build_flags = -fmax-errors=5
28 28
   -g
29 29
   -ggdb
30
-  -I${platformio.libdeps_dir}/U8glib-HAL_ID1932/src/lib/
31 30
 lib_deps =
32 31
   https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
33 32
   LiquidCrystal_I2C@1.1.2

Loading…
Cancel
Save