Software for the 2024A using the ESP-IDF.
Find a file
Joe Kearney 2c81bdd052 Added a new console command: "system" (#14)
```
KTag> system
Usage:
  system chip-info      - Show chip and system information
  system coredump       - Check coredump status
  system factory-reset  - Clear NVS and restart
  system flash          - Show flash information
  system heap-caps      - Show heap by capability
  system hostname [name]- Show/set hostname
  system mac            - Show MAC addresses
  system partition      - List partition table
  system RAM            - Display heap memory usage
  system reboot         - Reboot the device
  system reset-reason   - Show last reset reason
  system stats          - Combined system statistics
  system tasks          - List FreeRTOS tasks
  system uptime         - Display system uptime
  system version        - Show firmware version
```

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #14
2026-01-17 16:33:41 +00:00
components Added a new console command: "system" (#14) 2026-01-17 16:33:41 +00:00
main Added a new console command: "system" (#14) 2026-01-17 16:33:41 +00:00
managed_components 32ESPecial Version 1.00 (#9) 2025-11-30 21:46:46 +00:00
partition_table Initial public release of the 2024A software. 2025-01-25 14:04:42 -06:00
spiffs_image Annum Novum Faustum Felicem MMXXVI (#12) 2026-01-10 23:21:28 +00:00
.gitignore Release v00.44: Slow Fire (#8) 2025-10-03 00:08:09 +00:00
.gitmodules Initial public release of the 2024A software. 2025-01-25 14:04:42 -06:00
CMakeLists.txt Initial public release of the 2024A software. 2025-01-25 14:04:42 -06:00
dependencies.lock Upgrade the ESP-IDF to v5.5.2 (#10) 2026-01-04 23:53:57 +00:00
LICENSE Initial commit 2025-01-25 19:49:17 +00:00
partitions.csv Initial public release of the 2024A software. 2025-01-25 14:04:42 -06:00
README.md Fixed directory conflict on Windows. (#13) 2026-01-11 01:08:13 +00:00
sdkconfig Added a new console command: "system" (#14) 2026-01-17 16:33:41 +00:00

2024A Software

Overview

This is software for the 2024A "32ESPecial" based on the ESP-IDF.

The primary documentation for the 32ESPecial is on the KTag website at https://ktag.clubk.club/Devices/32ESPecial/.

You can ask questions (and get answers!) about this software on the KTag forum at https://forum.ktag.clubk.club/c/software/.

License: AGPL-3.0-or-later

This software is part of the KTag project, a DIY laser tag game with customizable features and wide interoperability.

🛡 https://ktag.clubk.club 🃞

Copyright © 2023-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 Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

There should be a copy of the GNU Affero General Public License in the LICENSE file in the root of this repository. If not, see http://www.gnu.org/licenses/.

Open-Source Software

This software in turn makes use of the following open-source software libraries and components:

Name Version License (SPDX) URL
SystemK 1.01 AGPL-3.0-or-later https://git.ktag.clubk.club/Software/SystemK/
ESP-IDF 5.5.2 Apache-2.0 https://github.com/espressif/esp-idf/
espressif/button 3.5.0 Apache-2.0 https://components.espressif.com/components/espressif/button
espressif/led_strip 2.5.3 Apache-2.0 https://components.espressif.com/components/espressif/led_strip
espressif/usb_host_msc 1.1.4 Apache-2.0 https://components.espressif.com/components/espressif/usb_host_msc
espressif/mdns 1.9.1 Apache-2.0 https://components.espressif.com/components/espressif/mdns
chmorgan/esp-audio-player 1.0.7 Apache-2.0 https://components.espressif.com/components/chmorgan/esp-audio-player
esp-libhelix-mp3 1.0.3 Apache-2.0 https://github.com/chmorgan/esp-libhelix-mp3
libhelix-mp3 f443079 RPSL https://github.com/chmorgan/libhelix-mp3/