wifi working tested on hardware
This commit is contained in:
@@ -43,6 +43,7 @@ if (TARGET tinyusb_host)
|
||||
keyboard_input.cpp
|
||||
command_processor.cpp
|
||||
epaper_manager.cpp
|
||||
wifi_manager.cpp
|
||||
)
|
||||
|
||||
add_subdirectory(pico-ssd1306 commands)
|
||||
@@ -61,7 +62,7 @@ if (TARGET tinyusb_host)
|
||||
)
|
||||
|
||||
# pull in common dependencies
|
||||
target_link_libraries(hello_usb pico_stdlib pico_ssd1306 hardware_i2c Config ePaper GUI Fonts hardware_spi pico_multicore tinyusb_host tinyusb_board)
|
||||
target_link_libraries(hello_usb pico_stdlib pico_ssd1306 hardware_i2c Config ePaper GUI Fonts hardware_spi pico_multicore tinyusb_host tinyusb_board pico_cyw43_arch_lwip_threadsafe_background)
|
||||
|
||||
# enable usb output, disable uart output
|
||||
pico_enable_stdio_usb(hello_usb 0)
|
||||
|
||||
Reference in New Issue
Block a user