mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-09-11 18:30:14 -07:00
fix: missed them lol
This commit is contained in:
+1
-1
@@ -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).
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# Chameleon Ultra Fireman fork
|
||||
|
||||

|
||||
|
||||

|
||||
@@ -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)
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user