updated board from olimex c5

This commit is contained in:
2026-06-11 00:44:19 +03:00
parent 5340f88ffe
commit 916e35b22b
6 changed files with 257 additions and 27 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
</div>
{% if current_user.is_admin() %}
<div class="d-flex gap-2">
{% if board.board_type == 'olimex_esp32_c6_evb_pn532' %}
{% if board.board_type == 'olimex_esp32_c6_evb_pn532' or board.board_type == 'olimex_esp32_c5_evb' %}
<a href="{{ url_for('boards.nfc_management', board_id=board.id) }}" class="btn btn-outline-primary">
<i class="bi bi-credit-card-2-front me-1"></i> NFC Access Control
</a>