We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7699ffb commit ab7747dCopy full SHA for ab7747d
flipperzero/flipper.go
@@ -26,9 +26,7 @@ var ErrStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#FF0000"))
26
type Model struct {
27
Style lipgloss.Style
28
viewport viewport.Model
29
- ready bool
30
updates chan string
31
- port string
32
fz *FlipperZero
33
err error
34
content string
0 commit comments