Skip to content

Commit

Permalink
Deactivate 80 MHz clock for ESP32 to avoid conflict with recently IDF…
Browse files Browse the repository at this point in the history
…-updated Core
  • Loading branch information
lyusupov committed Jun 27, 2018
1 parent b59d7e7 commit 95e16a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ install:
cd $HOME/Arduino/hardware/espressif/esp32/tools/sdk/lib ;
rm -f libbt.a ;
cp $TRAVIS_BUILD_DIR/software/firmware/binaries/ESP32/misc/libbt.a . ;
rm -f libesp32.a ;
cp $TRAVIS_BUILD_DIR/software/firmware/binaries/ESP32/misc/libesp32.a.80MHz libesp32.a ;
# rm -f libesp32.a ;
# cp $TRAVIS_BUILD_DIR/software/firmware/binaries/ESP32/misc/libesp32.a.80MHz libesp32.a ;
cd $HOME/Arduino/hardware/espressif/esp32 ;
sed -i 's/esp32.upload.maximum_size=1310720/esp32.upload.maximum_size=1966080/g' boards.txt ;
sed -i 's/esp32.build.f_cpu=240000000L/esp32.build.f_cpu=80000000L/g' boards.txt ;
# sed -i 's/esp32.build.f_cpu=240000000L/esp32.build.f_cpu=80000000L/g' boards.txt ;
cd $TRAVIS_BUILD_DIR ;
fi

Expand Down

0 comments on commit 95e16a3

Please sign in to comment.