Skip to content

Commit

Permalink
Renamed button_led
Browse files Browse the repository at this point in the history
  • Loading branch information
zli117 committed Jan 21, 2019
1 parent 1237147 commit 85deafb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Expand Up @@ -115,6 +115,6 @@ dmypy.json
.pyre/

# Project specific
text.png

.idea/workspace.xml
.idea/*
*.ini
*.png
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -6,7 +6,7 @@
from model.weather import OpenWeatherMapModel
from utils.config_generator import Configurations, load_or_create_config
from view.hardware import epd7in5
from view.hardware.button_led import ButtonAndLed
from view.hardware.button_and_led import ButtonAndLed
from view.window import Window7in5

logging_formatter = logging.Formatter('%(asctime)s %(levelname)s %(message)s')
Expand Down
File renamed without changes.

0 comments on commit 85deafb

Please sign in to comment.