-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Attempt at pi cow ap #7101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt at pi cow ap #7101
Changes from 14 commits
8cc536b
7a50beb
25c0a0a
8fdb2df
851c2cd
11f1174
a234b74
b8cd6c0
88bd9ef
b40facd
362018d
44d5326
f8070d2
0738d50
3fb4fd8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,10 @@ | |
#define DHCPS_BASE_IP (16) | ||
#define DHCPS_MAX_IP (8) | ||
|
||
#ifndef DHCP_DEBUG | ||
#define DHCP_DEBUG LWIP_DBG_ON | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. won't this turn the debug messages back on? is that what you intended? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It builds (w & wo/ debug) but doesn't work though, and I am not sure why. |
||
#endif | ||
|
||
typedef struct _dhcp_server_lease_t { | ||
uint8_t mac[6]; | ||
uint16_t expiry; | ||
|
Uh oh!
There was an error while loading. Please reload this page.