dhcps_lease.patch 269 B

12345678910
  1. --- esp_sdk/include/user_interface.h.org 2016-01-01 21:22:29.000000000 +0200
  2. +++ esp_sdk/include/user_interface.h 2015-09-22 04:13:52.000000000 +0300
  3. @@ -275,6 +275,7 @@
  4. };
  5. struct dhcps_lease {
  6. + bool enable;
  7. struct ip_addr start_ip;
  8. struct ip_addr end_ip;
  9. };