Skip to content

Commit

Permalink
Merge branch 'main' into idf5-arduino3
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrunot authored Jun 16, 2024
2 parents 35c46af + 1fd8600 commit afae531
Show file tree
Hide file tree
Showing 10 changed files with 256 additions and 287 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- uses: actions/cache@v4
with:
path: |
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FAB-O-MATIC : RFID card access control for FabLab equipments

Build status : [![PlatformIO CI](https://github.com/fablab-bergamo/rfid-arduino/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/fablab-bergamo/rfid-arduino/actions/workflows/build.yml)
Test suite : [![Test suite](https://github.com/PBrunot/rfid-arduino-copy/actions/workflows/tests.yml/badge.svg)](https://github.com/PBrunot/rfid-arduino-copy/actions/workflows/tests.yml)
Build status : [![Build firmware images](https://github.com/fablab-bergamo/Fab-O-matic/actions/workflows/build.yml/badge.svg)](https://github.com/fablab-bergamo/Fab-O-matic/actions/workflows/build.yml)
Test suite : [![Wokwi](https://github.com/fablab-bergamo/Fab-O-matic/actions/workflows/tests.yml/badge.svg)](https://github.com/fablab-bergamo/Fab-O-matic/actions/workflows/tests.yml)

## What is this project?

Expand Down Expand Up @@ -197,6 +197,13 @@ This is a facultative but very helpful setup to shorten the development workflow

## Firmware OTA procedure

* Command-line instructions with ESPOTA tool:

```
wget https://raw.githubusercontent.com/espressif/arduino-esp32/master/tools/espota.py
./espota.py -i <board_ip> -d -r -f firmware.bin
```

* Edit platform.io configuration file for the build with the following under the right environmnet

```ini
Expand Down Expand Up @@ -259,3 +266,5 @@ upload_port = IP_ADDRESS_HERE or mDNS_NAME.local
|0.6.x | April 2024 | Added RFID cache for network interruptions, config portal now opens only by button push |
|0.7.x | April 2024 | Maintenance operation is displayed on LCD, JSON is now used for data persistence in Flash |
|0.8.x | May 2024 | Added localization with English & Italian language builds, sizes reports for firmware |
|0.9.x | June 2024 | Added buffering of important events when network is down. Espressif Arduino Core 3.0 testing. |

Loading

0 comments on commit afae531

Please sign in to comment.