Skip to content

Commit 1ce72f5

Browse files
committed
Improved ignore; spellings
1 parent fe6a883 commit 1ce72f5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ hash.h
1717
*.map
1818
*.lib
1919
obj/
20+
.vs/
21+
Debug/
22+
*.atsln
23+
*.cproj
24+
*.componentinfo.xml

config.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
// ----------- User settable ------ ONE only
1212

13-
#define HELLO_HTTP_WORLD // Minimal configuration for webserver
14-
//#define POWER_METER // Set if hardware is the Clamp Meter
13+
//#define HELLO_HTTP_WORLD // Minimal configuration for webserver
14+
#define POWER_METER // Set if hardware is the Clamp Meter
1515
//#define NETWORK_CONSOLE // Hardware is console box
1616
//#define MSF_CLOCK // When wired as a MSF clock on a Tuxgraphics board
1717
//#define NET_PROG // When a network programmer
@@ -112,7 +112,7 @@
112112
//#define USE_POP3 // TCP
113113
#define USE_DNS // Needed for NTP
114114
#define USE_NTP
115-
#define IMPLEMENT_PING // Usefull unless space critical
115+
#define IMPLEMENT_PING // Useful unless space critical
116116

117117
#define MAC_0 (LOCAL_ADMIN | 0)
118118
#define MAC_1 (0x02) // Changes these numbers for each instance
@@ -302,7 +302,7 @@
302302
#define USE_DNS
303303
#define USE_NTP
304304
#define IS_HTTP_SERVER // TCP
305-
#define IMPLEMENT_PING // Usefull unless space critical
305+
#define IMPLEMENT_PING // Useful unless space critical
306306

307307
#define PROTECT_TCP // Safest, uses extra ?? bytes
308308

0 commit comments

Comments
 (0)