Merge branch 'main' into ESP-NOW_experiments

This commit is contained in:
Joe Kearney 2026-01-04 17:55:36 -06:00
commit a5ac8bbdb7
5 changed files with 141 additions and 86 deletions

View file

@ -4,7 +4,7 @@
*
* 🛡 <https://ktag.clubk.club> 🃞
*
* Copyright © 2024-2025 Joseph P. Kearney and the KTag developers.
* Copyright © 2024-2026 Joseph P. Kearney and the KTag developers.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
@ -24,7 +24,7 @@
#define VERSION_H
#define VERSION_MAJOR 01
#define VERSION_MINOR 00
#define VERSION_MINOR 01
#define STRINGIFY(number) #number
#define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor)

View file

@ -7,9 +7,9 @@ dependencies:
espressif/usb_host_msc: "^1.1.4"
## Required IDF version (>=5.1 is required for the SPI backend of the led-strip component.)
## We tested with 5.5.1.
## We tested with 5.5.2.
idf:
version: ">=5.5.1"
version: ">=5.5.2"
# # Put list of dependencies here
# # For components maintained by Espressif: