This repository was archived by the owner on Jul 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2323
2424 echo "filename=RaiseDev-${VERSION}.tar.gz" >> "$GITHUB_OUTPUT"
2525
26+ - uses : arduino/arduino-lint-action@v1
27+ with :
28+ compliance : strict
29+ # Enable once accepted into library.
30+ # library-manager: update
31+
2632 - uses : actions/cache@v3
2733 with :
2834 path : |
3844 run : pip install --upgrade platformio
3945
4046 - name : Build RaiseDev library
41- run : pio ci --project-conf=platformio.ini --lib=. examples/main.cpp
47+ run : pio ci --project-conf=platformio.ini --lib=. examples/Basic
4248
4349 - name : Package RaiseDev PlatformIO library
4450 run : pio pkg pack --output="${{ steps.version.outputs.filename }}"
File renamed without changes.
Original file line number Diff line number Diff line change 1010 },
1111 "repository" : {
1212 "type" : " git" ,
13- "url" : " https://github.com/raisedevs/raise-dev-library.git "
13+ "url" : " https://github.com/raisedevs/raise-dev-library"
1414 },
1515 "homepage" : " https://raise.dev" ,
1616 "frameworks" : " arduino" ,
Original file line number Diff line number Diff line change 11name =RaiseDev
22version =0.0.3
3- author =raise.dev
4- license =MIT
3+ author =Mike McQuaid <
[email protected] >
54maintainer =Mike McQuaid <
[email protected] >
65sentence =Raise.dev library for auto-updating from the Raise.dev Console.
7- paragraph =A C++ library providing auto-updates from the Raise.dev Console for the ESP8266 and ESP32.
6+ paragraph =Currently supports ESP8266 and ESP32.
87category =Communication
9- url =https://raise.dev
10- architectures =*
8+ license =MIT
9+ url =https://github.com/raisedevs/raise-dev-library
10+ architectures =esp32, esp8266
1111includes =RaiseDev.h
File renamed without changes.
You can’t perform that action at this time.
0 commit comments