File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 17
17
* .map
18
18
* .lib
19
19
obj /
20
+ .vs /
21
+ Debug /
22
+ * .atsln
23
+ * .cproj
24
+ * .componentinfo.xml
Original file line number Diff line number Diff line change 10
10
11
11
// ----------- User settable ------ ONE only
12
12
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
15
15
//#define NETWORK_CONSOLE // Hardware is console box
16
16
//#define MSF_CLOCK // When wired as a MSF clock on a Tuxgraphics board
17
17
//#define NET_PROG // When a network programmer
112
112
//#define USE_POP3 // TCP
113
113
#define USE_DNS // Needed for NTP
114
114
#define USE_NTP
115
- #define IMPLEMENT_PING // Usefull unless space critical
115
+ #define IMPLEMENT_PING // Useful unless space critical
116
116
117
117
#define MAC_0 (LOCAL_ADMIN | 0)
118
118
#define MAC_1 (0x02) // Changes these numbers for each instance
302
302
#define USE_DNS
303
303
#define USE_NTP
304
304
#define IS_HTTP_SERVER // TCP
305
- #define IMPLEMENT_PING // Usefull unless space critical
305
+ #define IMPLEMENT_PING // Useful unless space critical
306
306
307
307
#define PROTECT_TCP // Safest, uses extra ?? bytes
308
308
You can’t perform that action at this time.
0 commit comments