diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index ba847e86..e2f3ff73 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -34,23 +34,6 @@ jobs: - name: test platforms run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} - clang_and_doxy: - runs-on: ubuntu-latest - needs: build - steps: - - uses: actions/setup-python@v1 - with: - python-version: '3.x' - - uses: actions/checkout@v2 - - - uses: actions/checkout@v2 - with: - repository: adafruit/ci-arduino - path: ci - - - name: pre-install - run: bash ci/actions_install.sh - - name: clang run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r . @@ -58,4 +41,4 @@ jobs: env: GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }} PRETTYNAME : "Adafruit IO Arduino Library" - run: bash ci/doxy_gen_and_deploy.sh + run: bash ci/doxy_gen_and_deploy.sh \ No newline at end of file diff --git a/library.properties b/library.properties index c99f3895..3f0b7b6f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit IO Arduino -version=3.6.3 +version=3.6.4 author=Adafruit maintainer=Adafruit sentence=Arduino library to access Adafruit IO. @@ -7,4 +7,4 @@ paragraph=Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8 category=Communication url=https://github.com/adafruit/Adafruit_IO_Arduino architectures=* -depends=Adafruit MQTT Library, ArduinoHttpClient, Adafruit Unified Sensor, Adafruit NeoPixel, DHT sensor library, Ethernet, Adafruit Si7021 Library, Adafruit SGP30 Sensor, Adafruit BME280 Library, Adafruit LIS3DH, Adafruit VEML6070 Library, ESP32Servo, Adafruit IO Arduino +depends=Adafruit MQTT Library, ArduinoHttpClient, Adafruit Unified Sensor, Adafruit NeoPixel, DHT sensor library, Ethernet, Adafruit Si7021 Library, Adafruit SGP30 Sensor, Adafruit BME280 Library, Adafruit LIS3DH, Adafruit VEML6070 Library, ESP32Servo