Skip to content

Commit

Permalink
fixed config loader
Browse files Browse the repository at this point in the history
  • Loading branch information
napsio committed Jan 15, 2020
1 parent 00ddaf1 commit 6da7c7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions wordclock/src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <Arduino.h>

#include "../user_config.h"
#include "types.h"

/***********************************************
Expand Down
2 changes: 0 additions & 2 deletions wordclock/wordclock.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#include <WiFiUdp.h>
#include <FS.h>

#include "user_config.h"

#include "src/grid.h"
#include "src/wifi.h"
#include "src/types.h"
Expand Down

0 comments on commit 6da7c7a

Please sign in to comment.