Skip to content

[SYS] Bump ESP8266 framework version to 4.2.1 (#2102) #4867

[SYS] Bump ESP8266 framework version to 4.2.1 (#2102)

[SYS] Bump ESP8266 framework version to 4.2.1 (#2102) #4867

Workflow file for this run

name: Check Code Format
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check main format
uses: DoozyX/clang-format-lint-action@v0.6
with:
source: "./main"
extensions: "h,ino"
clangFormatVersion: 9