Skip to content

Commit d8547cf

Browse files
committed
Fix text rendering: no Math Mode
1 parent 1591400 commit d8547cf

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This repo is divided into different folders:
4242
- `myFiles` contains my personal remote codes from devices that are no longer working. This is for my
4343
personal research. Please use responsibly. These files are also already added to the `cfwFiles` folder.
4444

45-
- `sourceFiles` contains all the Flipper App source code file from the various repositories I listed here. Any of this code should compile into a `.fap` application. I tried to keep everything organized for future reference. This may be interesting to someone (like me) interested in Flipper Zero application development.
45+
- `fapSource` contains all the Flipper App source code file from the various repositories I listed here. Any of this code should compile into a `.fap` application. I tried to keep everything organized for future reference. This may be interesting to someone (like me) interested in Flipper Zero application development.
4646

4747
- `otherFiles` are any other Flipper Zero related files that are not mine, like 3D print case files, protoboard files, and things that do not need to get saved to the Flipper's SD Card.
4848

@@ -56,7 +56,7 @@ These items are irrelevent to my work and are easily found elsewhere.
5656
Files in this repo that I did not create myself (Nearly all of the `Build` folder) are also linked to below.
5757

5858
Firmware I use:
59-
- $ \text{DarkFlippers'} $ [`Unleashed Firmware`](https://github.com/DarkFlippers/unleashed-firmware).
59+
- DarkFlippers' [`Unleashed Firmware`](https://github.com/DarkFlippers/unleashed-firmware).
6060

6161
## Official Flipper Zero Resources:
6262
- New official Flipper Lab [Flipper App Store](https://lab.flipper.net/apps).
@@ -66,39 +66,39 @@ Firmware I use:
6666
## Flipper Zero Device Repo File Sources:
6767

6868
Apps and Scripts:
69-
- $ \text{iakat's} $ [`Awesome Flipper Zero Pack`](https://github.com/unresolv/awesome-flipperzero-pack).
70-
- $ \text{djsime's} $ [`Awesome Flipper Zero`](https://github.com/djsime1/awesome-flipperzero).
71-
- $ \text{theisolinearchip's} $ [`Flipper Zero Stuff`](https://github.com/theisolinearchip/flipperzero_stuff).
72-
- $ \text{Z3BRO's} $ [`FzDumps`](https://github.com/Z3BRO/FzDumps).
73-
- $ \text{xMasterX's} $ [`All The Plugins`](https://github.com/xMasterX/all-the-plugins).
74-
- $ \text{UberGuidoZ's} $ [`Flipper`](https://github.com/UberGuidoZ/Flipper).
75-
- $ \text{UberGuidoZ's} $ [`Flipper IRDB`](https://github.com/UberGuidoZ/Flipper-IRDB).
76-
- $ \text{SHUR1K-N's} $ [`Sub GHz Jamming`](https://github.com/SHUR1K-N/Flipper-Zero-Sub-GHz-Jamming-Files).
77-
- $ \text{hak5's} $ [`O.MG Payloads`](https://github.com/hak5/omg-payloads).
78-
- $ \text{I-Am-Jakoby's} $ [`Flipper Zero BadUSB`](https://github.com/I-Am-Jakoby/Flipper-Zero-BadUSB).
69+
- iakat's [`Awesome Flipper Zero Pack`](https://github.com/unresolv/awesome-flipperzero-pack).
70+
- djsime's [`Awesome Flipper Zero`](https://github.com/djsime1/awesome-flipperzero).
71+
- theisolinearchip's [`Flipper Zero Stuff`](https://github.com/theisolinearchip/flipperzero_stuff).
72+
- Z3BRO's [`FzDumps`](https://github.com/Z3BRO/FzDumps).
73+
- xMasterX's [`All The Plugins`](https://github.com/xMasterX/all-the-plugins).
74+
- UberGuidoZ's [`Flipper`](https://github.com/UberGuidoZ/Flipper).
75+
- UberGuidoZ's [`Flipper IRDB`](https://github.com/UberGuidoZ/Flipper-IRDB).
76+
- SHUR1K-N's [`Sub GHz Jamming`](https://github.com/SHUR1K-N/Flipper-Zero-Sub-GHz-Jamming-Files).
77+
- hak5's [`O.MG Payloads`](https://github.com/hak5/omg-payloads).
78+
- I-Am-Jakoby's [`Flipper Zero BadUSB`](https://github.com/I-Am-Jakoby/Flipper-Zero-BadUSB).
7979

8080
## Flipper Zero DevBoard Sources:
8181

8282
- [Mini Module NRF24L01](https://www.tindie.com/products/flipper-hub/nrf24-module-for-the-flipper-zero-plug-and-play/): A Plug 'n Play NRF24 Module for FZ.
8383
- [nRF24L01+](https://www.sparkfun.com/datasheets/Components/SMD/nRF24L01Pluss_Preliminary_Product_Specification_v1_0.pdf) Single Chip 2.4GHz Transceiver Data Sheet.
8484
- Some [other documentation](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/documentation/NRF24.md) on the NRF24 Module.
85-
- $ \text{justcallmekoko's} $ [Flipper Zero WiFi Dev Board SD Expansion](https://www.justcallmekokollc.com/product/flipper-zero-wifi-dev-board-sd-expansion/7)
86-
- $ \text{justcallmekoko's} $ [Flipper Zero WiFi Dev Board SD-GPS Expansion](https://www.justcallmekokollc.com/product/flipper-zero-dev-board-sd-gps/3)
85+
- justcallmekoko's [Flipper Zero WiFi Dev Board SD Expansion](https://www.justcallmekokollc.com/product/flipper-zero-wifi-dev-board-sd-expansion/7)
86+
- justcallmekoko's [Flipper Zero WiFi Dev Board SD-GPS Expansion](https://www.justcallmekokollc.com/product/flipper-zero-dev-board-sd-gps/3)
8787
- Associated Repos:
8888
- [`ESP32 Marauder`](https://github.com/justcallmekoko/ESP32Marauder) Repo.
8989
- [`Marauder Wiki`](https://github.com/justcallmekoko/ESP32Marauder/wiki/flipper-zero) : For FZ WiFi Dev Board.
90-
- $ \text{blackmagic-debug's} $ [`Black Magic Probe`](https://github.com/blackmagic-debug/blackmagic) Debugger Repo.
91-
- $ \text{0xchocolate's} $ [`Flipper Zero WiFi Marauder`](https://github.com/0xchocolate/flipperzero-wifi-marauder) Companion App.
92-
- $ \text{UberGuidoZ's} $ [`Wifi_DevBoard`](https://github.com/UberGuidoZ/Flipper/tree/main/Wifi_DevBoard#marauder-install-information) : A Repo full of useful information for the DevBoard.
90+
- blackmagic-debug's [`Black Magic Probe`](https://github.com/blackmagic-debug/blackmagic) Debugger Repo.
91+
- 0xchocolate's [`Flipper Zero WiFi Marauder`](https://github.com/0xchocolate/flipperzero-wifi-marauder) Companion App.
92+
- UberGuidoZ's [`Wifi_DevBoard`](https://github.com/UberGuidoZ/Flipper/tree/main/Wifi_DevBoard#marauder-install-information) : A Repo full of useful information for the DevBoard.
9393

9494
## Other Flipper Resources:
9595

96-
- $ \text{CyberSecurityUP's} $ [`Awesome Flipper Zero 2`](https://github.com/CyberSecurityUP/awesome-flipperzero2) : A collection of useful resources.
96+
- CyberSecurityUP's [`Awesome Flipper Zero 2`](https://github.com/CyberSecurityUP/awesome-flipperzero2) : A collection of useful resources.
9797
- [TI CC1101 Data Sheet](https://www.ti.com/product/CC1101) : Used for the FZ SubGHz Transceiver module.
9898
- Note the frequency limitations of the CC1101 according to the datasheet:
99-
- $ \text{ 300 - 348 MHz | 387 - 464 MHz | 779 - 928 MHz } $.
99+
- 300 - 348 MHz | 387 - 464 MHz | 779 - 928 MHz.
100100
- The TI CC1101 supports the following modulation schemes:
101-
- $ \text{ (G)FSK | 2(G)FSK | 4(G)FSK | ASK | OOK } $.
101+
- (G)FSK | 2(G)FSK | 4(G)FSK | ASK | OOK.
102102
- [ST STM32WB55RG Overview and Data Sheet](https://www.st.com/en/microcontrollers-microprocessors/stm32wb55rg.html) for the STM32 32-bit ARM Cortex-M4 64MHz MCU used for the Flipper Zero.
103103
- [ST ST25R3916 Overview and Data Sheet](https://www.st.com/en/nfc/st25r3916.html) for the High performance NFC universal device and EMVCo reader used for the Flipper Zero.
104104
- [Flipper Zero Dev Tutorial](https://github.com/m1ch3al/flipper-zero-dev-tutorial/tree/main) : How To develop apps for the Flipper Zero (GitHub & Linux based).

0 commit comments

Comments
 (0)