mirror of
https://github.com/polhenarejos/pico-keys-sdk.git
synced 2026-08-23 04:57:22 +01:00
@@ -49,6 +49,7 @@ try changing the first byte of tud_network_mac_address[] below from 0x02 to 0x00
|
||||
#include "dnserver.h"
|
||||
#include "lwip/init.h"
|
||||
#include "lwip/timeouts.h"
|
||||
#include "bsp/board.h"
|
||||
#elif defined(ESP_PLATFORM)
|
||||
#include "apps/dhcpserver/dhcpserver.h"
|
||||
#include "netif/ethernet.h"
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
#include "rest_server_tls.h"
|
||||
#ifdef ENABLE_EMULATION
|
||||
#include "compat/board.h"
|
||||
#elif defined(PICO_PLATFORM)
|
||||
#include "bsp/board.h"
|
||||
#elif defined(ESP_PLATFORM)
|
||||
#include "compat/esp_compat.h"
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user