Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update workflows #7

Merged
merged 4 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/copyright-header-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install license-header-checker
run: curl -s https://raw.githubusercontent.com/lluissm/license-header-checker/master/install.sh | bash
- name: Run license check
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ build_type = release
;lib_extra_dirs =
; ~/Projects2
lib_deps =
og3@0.2.2
og3@0.2.3
og3x-oled@^0.2.2
og3x-shtc3@^0.2.0
adafruit/Adafruit BusIO
adafruit/Adafruit SHTC3 Library
bblanchon/ArduinoJson@^7.0.0
ottowinter/AsyncMqttClient-esphome@ ^0.8.5
heman/AsyncMqttClient-esphome@^1.0.0
esphome/ESPAsyncWebServer-esphome@^3.0.0
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.2.0
SPI
Expand Down
3 changes: 1 addition & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright (c) 2024 Chris Lee and contibuters.
// Licensed under the MIT license. See LICENSE file in the project root for
// details.
// Licensed under the MIT license. See LICENSE file in the project root for details.

#include <Arduino.h>
#include <LittleFS.h>
Expand Down