fix: missed them lol

This commit is contained in:
GameTec_live
2025-04-06 13:36:30 +02:00
parent 961e386df6
commit a8f7c9d0ff
3 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
Copyright of each contribution is tracked by the Git history.
See the output of `git shortlog -nse` for a full list or `git log --pretty=short --follow <path/to/sourcefile> |git shortlog -ne` to track a specific file.
See also [the Contributors page on Github](https://github.com/ChameleonUltra/ChameleonUltra/graphs/contributors).
See also [the Contributors page on Github](https://github.com/RfidResearchGroup/ChameleonUltra/graphs/contributors).
+3 -6
View File
@@ -1,5 +1,3 @@
# Chameleon Ultra Fireman fork
![logo](docs/images/ultra-logo.png)
![ultra picture](docs/images/ultra-overview.png)
@@ -22,12 +20,12 @@ Lazada One, Singapore: [Aliexpress by RRG](https://proxgrind.aliexpress.com/stor
# What is it and how to use ?
Read the [available documentation](https://github.com/ChameleonUltra/ChameleonUltra/wiki).
Read the [available documentation](https://github.com/RfidResearchGroup/ChameleonUltra/wiki).
# Compatible applications
* [ChameleonUltraGUI](https://github.com/GameTec-live/ChameleonUltraGUI)
* [MTools BLE](https://github.com/ChameleonUltra/ChameleonUltra/wiki/mtoolsble)
* [MTools BLE](https://github.com/RfidResearchGroup/ChameleonUltra/wiki/mtoolsble)
# Videos
@@ -42,8 +40,7 @@ Read the [available documentation](https://github.com/ChameleonUltra/ChameleonUl
# Official channels
Where do you find the community?
* [GameTec_live discord server](https://discord.gg/DJ2A4wxncK)
* [RFID Hacking community discord server](https://t.ly/d4_C)
* Software/chameleon-dev for firmware and clients development discussions
* Devices/chameleon-ultra for usage discussions
* [GameTec_live discord server](https://discord.gg/DJ2A4wxncK)
-2
View File
@@ -9,7 +9,6 @@
services:
build-ultra:
image: ghcr.io/rfidresearchgroup/chameleonultra-fw-builder:main
# image: ghcr.io/chameleonultra/chameleonultra-fw-builder:main
platform: linux/amd64
volumes:
- '../:/workdir:rw'
@@ -18,7 +17,6 @@ services:
command: bash ./firmware/build.sh
build-lite:
image: ghcr.io/rfidresearchgroup/chameleonultra-fw-builder:main
# image: ghcr.io/chameleonultra/chameleonultra-fw-builder:main
platform: linux/amd64
volumes:
- '../:/workdir:rw'