mirror of
https://github.com/EFeru/hoverboard-sideboard-hack-GD.git
synced 2025-08-17 17:16:11 +00:00
iBUS on AUX Serial is working
- implemented iBUS - updated the Tabs to spaces
This commit is contained in:
21
.travis.yml
21
.travis.yml
@@ -45,14 +45,13 @@ jobs:
|
||||
- export PATH=$HOME/arm-gcc-toolchain/bin:$PATH
|
||||
before_script: arm-none-eabi-gcc --version
|
||||
|
||||
# # Not yet supportted, see https://community.platformio.org/t/build-gd32-project-with-platformio/11944
|
||||
# - name: platformio
|
||||
# script: platformio run
|
||||
# language: python
|
||||
# python:
|
||||
# - "2.7"
|
||||
# install:
|
||||
# - pip install -U platformio
|
||||
# - platformio update
|
||||
# cache:
|
||||
# - directories: "~/.platformio"
|
||||
- name: platformio
|
||||
script: platformio run
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- pip install -U platformio
|
||||
- platformio update
|
||||
cache:
|
||||
- directories: "~/.platformio"
|
Reference in New Issue
Block a user