Skip to content

Commit

Permalink
update light values
Browse files Browse the repository at this point in the history
  • Loading branch information
feijooso committed Jun 22, 2024
1 parent a157659 commit 14f0b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deviated_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class Deviated(str, Enum):

# FOOT CANDLE (ftc)
LIGHT_RULES_MAP = {
1: (350, 500),
2: (200, 350),
1: (500, 10000),
2: (200, 500),
3: (75, 200),
4: (25, 75),
}
Expand Down

0 comments on commit 14f0b43

Please sign in to comment.