forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Hex mode added (both for receiving and sending data) - UART pins selection added (from 13 & 14 or 15 & 16 pins) - UART settings are placed in a separate submenu - Input from uart to help window fixed
- Loading branch information
1 parent
0916cc1
commit c365e77
Showing
16 changed files
with
1,095 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
ADD_SCENE(uart_terminal, start, Start) | ||
ADD_SCENE(uart_terminal, setup, Setup) | ||
ADD_SCENE(uart_terminal, console_output, ConsoleOutput) | ||
ADD_SCENE(uart_terminal, text_input, UART_TextInput) | ||
ADD_SCENE(uart_terminal, hex_input, UART_HexInput) | ||
ADD_SCENE(uart_terminal, help, Help) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.