Change ESP8266 connection to use Serial.swap() by default #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compile Sketch for ESP32 | |
on: | |
- push | |
- pull_request | |
jobs: | |
compile_sketch: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Rename config file | |
run: mv esp-smartmeter-reader/config_esp32.h esp-smartmeter-reader/config.h | |
- uses: arduino/[email protected] | |
with: | |
fqbn: 'esp32:esp32:esp32' | |
sketch-paths: | | |
- esp-smartmeter-reader | |
platforms: | | |
- name: esp32:esp32 | |
source-url: https://dl.espressif.com/dl/package_esp32_index.json | |
libraries: | | |
- name: FastCRC | |
- name: ArduinoJson | |
- name: PubSubClient |