Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fevieira27 committed Jun 4, 2024
1 parent 331b607 commit 1a02880
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions monkey.jungle
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
project.manifest = manifest.xml

project.manifest = manifest.xml

# Exclude other settings source directories (default behaviour is to include).
base.sourcePath = source;settings
# Include settings source directories specific for some watch models (to save memory and improve performance).
fenix5plus.sourcePath = source;settings-lowmemory
fenix5splus.sourcePath = source;settings-lowmemory
fenix5xplus.sourcePath = source;settings-lowmemory
fenix6s.sourcePath = source;settings-lowmemory
fenix6spro.sourcePath = source;settings-lowmemory
fr245.sourcePath = source;settings-lowmemory
fr245m.sourcePath = source;settings-lowmemory
fr745.sourcePath = source;settings-lowmemory
fr945.sourcePath = source;settings-lowmemory
fr945lte.sourcePath = source;settings-lowmemory
descentmk2s.sourcePath = source;settings-lowmemory
marqadventurer.sourcePath = source;settings-lowmemory
marqathlete.sourcePath = source;settings-lowmemory
marqaviator.sourcePath = source;settings-lowmemory
marqcaptain.sourcePath = source;settings-lowmemory
marqcommander.sourcePath = source;settings-lowmemory
marqdriver.sourcePath = source;settings-lowmemory
marqexpedition.sourcePath = source;settings-lowmemory
marqgolfer.sourcePath = source;settings-lowmemory
venusq.sourcePath = source;settings-tinymemory
venusqm.sourcePath = source;settings-tinymemory
# enduro.sourcePath = source;settings-mediummemory

# Exclude hashmark logic for square models.
base.excludeAnnotations = square
# Include only hashmark logic for square models (to save memory and improve performance).
venusq.excludeAnnotations = round
venusqm.excludeAnnotations = round
venusq2.excludeAnnotations = round
venusq2m.excludeAnnotations = round

0 comments on commit 1a02880

Please sign in to comment.