Fork of the espurna firmware for `mhsw` switches

17 lines
218 B

  1. /*
  2. NETBIOS MODULE
  3. Copyright (C) 2017-2019 by Xose Pérez <xose dot perez at gmail dot com>
  4. */
  5. #include "espurna.h"
  6. #if NETBIOS_SUPPORT
  7. #include <ESP8266NetBIOS.h>
  8. void netbiosSetup();
  9. #endif // NETBIOS_SUPPORT