Commit graph

6 commits

Author SHA1 Message Date
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
376acd4815 Added console with one command (so far): log (#11)
Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #11
2026-01-10 22:49:51 +00:00
c8f6bf24fc Upgrade the ESP-IDF to v5.5.2 (#10)
This pull request upgraded the ESP-IDF used by this software to [v5.5.2](https://github.com/espressif/esp-idf/releases/tag/v5.5.2).

It also bumps the minor version to `01`.

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #10
2026-01-04 23:53:57 +00:00
14ec8fe280 Release v00.44: Slow Fire (#8)
This release updates the [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32s3/index.html) to [v5.5.1](https://github.com/espressif/esp-idf/releases/tag/v5.5.1).

It also pulls in the latest changes to [SystemK](https://git.ktag.clubk.club/Software/SystemK):
 - We'd better log the Playing_Interacting state... (Software/SystemK#8)
 - Slow Fire (Software/SystemK#7)

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #8
2025-10-03 00:08:09 +00:00
7a7ce06d66 Pulled in the latest SystemK (with new BLE). (#2)
The new spec is here: [KTag Beacon Specification v0.11](https://ktag.clubk.club/Technology/BLE/KTag%20Beacon%20Specification%20v0.11.pdf)

Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #2
2025-06-08 22:05:06 +00:00
Joe Kearney
303e9e1dad Initial public release of the 2024A software. 2025-01-25 14:04:42 -06:00