fix travis-ci links, add examples to ci

This commit is contained in:
Felix Rusu 2021-08-31 15:24:41 -04:00
parent cc0e354cbb
commit 2f716bb575
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,8 @@ env:
- PLATFORMIO_CI_SRC=Examples/WeatherNode
- PLATFORMIO_CI_SRC=Examples/WirelessProgramming_OTA/Target
- PLATFORMIO_CI_SRC=Examples/WirelessProgramming_OTA/Programmer
- PLATFORMIO_CI_SRC=Examples/TxPowerTest_Transmitter
- PLATFORMIO_CI_SRC=Examples/TxPowerTest_Receiver
install:
- pip install -U platformio

View File

@ -1,5 +1,5 @@
# RFM69 Library
[![Build Status](https://travis-ci.com/LowPowerLab/RFM69.svg)](https://travis-ci.com/LowPowerLab/RFM69)
[![Build Status](https://app.travis-ci.com/LowPowerLab/RFM69.svg)](https://app.travis-ci.com/LowPowerLab/RFM69)
[![GitHub release](https://img.shields.io/github/release/LowPowerLab/RFM69.svg)](https://github.com/LowPowerLab/RFM69)
[![GitHub issues](https://img.shields.io/github/issues/LowPowerLab/RFM69.svg)](https://github.com/LowPowerLab/RFM69/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/LowPowerLab/RFM69.svg)](https://github.com/LowPowerLab/RFM69/pulls)