Skip to content

Commit

Permalink
Graphical improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrTopa committed Jul 13, 2022
1 parent 80265fc commit 3d3cc61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion notesfortest
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@
Value: "Test Info 2",
}
}
}()
}()



UPDATE RX_PACKET SET `GRID`=trim(`GRID`), `FROM`=trim(`FROM`), `TO`=trim(`TO`), `COMMAND`=trim(`COMMAND`), `EXTRA`=trim(`EXTRA`) WHERE true
UPDATE RX_PACKET SET `TEXT`=trim(`TEXT`) WHERE true

0 comments on commit 3d3cc61

Please sign in to comment.