mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-10-20 06:11:09 +08:00
Fix new esp8266 waveform parameter in arduino crash travis
This commit is contained in:
parent
29f2d837eb
commit
62e6528021
@ -36,7 +36,7 @@ function build_sketch()
|
|||||||
echo "setup for esp8266"
|
echo "setup for esp8266"
|
||||||
sed -i "s/#define DISPLAY_DEVICE/\/\/#define DISPLAY_DEVICE/g" $TRAVIS_BUILD_DIR/esp3d/configuration.h
|
sed -i "s/#define DISPLAY_DEVICE/\/\/#define DISPLAY_DEVICE/g" $TRAVIS_BUILD_DIR/esp3d/configuration.h
|
||||||
sed -i "s/#define ETH_FEATURE/\/\/#define ETH_FEATURE/g" $TRAVIS_BUILD_DIR/esp3d/configuration.h
|
sed -i "s/#define ETH_FEATURE/\/\/#define ETH_FEATURE/g" $TRAVIS_BUILD_DIR/esp3d/configuration.h
|
||||||
arduino --board esp8266com:esp8266:generic:eesz=4M3M,xtal=160,FlashMode=dio,FlashFreq=40,sdk=nonosdk221,ip=lm2f,dbg=Disabled,vt=flash,exception=disabled,ssl=basic --save-prefs
|
arduino --board esp8266com:esp8266:generic:eesz=4M3M,xtal=160,FlashMode=dio,FlashFreq=40,sdk=nonosdk221,ip=lm2f,dbg=Disabled,vt=flash,exception=disabled,ssl=basic, waveform=pwm --save-prefs
|
||||||
fi
|
fi
|
||||||
if [[ "$fs" == "SPIFFS" ]];
|
if [[ "$fs" == "SPIFFS" ]];
|
||||||
then
|
then
|
||||||
|
@ -51,6 +51,7 @@ build_flags =
|
|||||||
-DNONOSDK221=1
|
-DNONOSDK221=1
|
||||||
-DNDEBUG
|
-DNDEBUG
|
||||||
-DVTABLES_IN_FLASH
|
-DVTABLES_IN_FLASH
|
||||||
|
-DWAVEFORM_LOCKED_PWM
|
||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
AsyncTCP
|
AsyncTCP
|
||||||
@ -75,6 +76,7 @@ build_flags =
|
|||||||
-DNONOSDK221=1
|
-DNONOSDK221=1
|
||||||
-DNDEBUG
|
-DNDEBUG
|
||||||
-DVTABLES_IN_FLASH
|
-DVTABLES_IN_FLASH
|
||||||
|
-DWAVEFORM_LOCKED_PWM
|
||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
AsyncTCP
|
AsyncTCP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user