Skip to content

Commit

Permalink
Remove LCD related things and add Hourly consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
reigio committed Dec 29, 2021
1 parent f1a519f commit 587fc3b
Show file tree
Hide file tree
Showing 11 changed files with 130 additions and 1,880 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Makefile
# gcc -o emond emond.c sockets.c lcdproc.c config.c webapi.c -I/usr/local/include -L/usr/local/lib -lwiringPi -lrt -lcurl
# gcc -o emond emond.c config.c webapi.c -I/usr/local/include -L/usr/local/lib -lwiringPi -lrt -lcurl
#

RM = \rm -f
Expand All @@ -9,7 +9,7 @@ BINPATH =/usr/local/bin
CNFPATH =/etc
SRCPATH =./src

SRC = emond.c sockets.c lcdproc.c config.c webapi.c
SRC = emond.c config.c webapi.c
OBJ = $(SRC:.c=.o)

# DEBUG = -O2
Expand Down
Loading

0 comments on commit 587fc3b

Please sign in to comment.