Skip to content

Commit

Permalink
Update binary. switch off tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyubimov committed Jul 1, 2017
1 parent 2a5cadd commit ddc771c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hydra_EVSE/Hydra_EVSE.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define SW_VERSION "2.4.1-dev"

// Define this for the basic unit tests run in a generica arduino uno board with a display shield.
#define UNIT_TESTS
//#define UNIT_TESTS

#define UINT_BITS (sizeof(unsigned int) << 3)
#define ULONG_BITS (sizeof(unsigned long) << 3)
Expand Down

0 comments on commit ddc771c

Please sign in to comment.