Skip to content

Commit

Permalink
Merge pull request #154 from msvsergey/Barcode-Generator
Browse files Browse the repository at this point in the history
Barcode generator: rfct, ux improvements, implement EAN-8.
  • Loading branch information
xMasterX authored Nov 10, 2022
2 parents 933471e + dd601dd commit 52650ab
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 417 deletions.
4 changes: 2 additions & 2 deletions applications/plugins/barcode_generator/application.fam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
App(
appid="Barcode_Generator",
name="UPC-A Generator",
name="Barcode Generator",
apptype=FlipperAppType.EXTERNAL,
entry_point="barcode_UPCA_generator_app",
entry_point="barcode_generator_app",
cdefines=["APP_BARCODE_GEN"],
requires=[
"gui",
Expand Down
Loading

0 comments on commit 52650ab

Please sign in to comment.