switch to network poll arch

",
",
");
");
");
");
");
");
");
");
");
", BACKEND_SERVER_IP, BACKEND_SERVER_PORT);
This commit is contained in:
Travis Shears 2025-12-21 19:10:22 +01:00
parent af4b86b966
commit f107bfb55b
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
2 changed files with 16 additions and 13 deletions

View file

@ -33,7 +33,7 @@ pico_set_program_version(node1 "0.1")
pico_set_program_name(node1 "node_one")
# pull in common dependencies
target_link_libraries(node1 pico_stdlib hardware_i2c pico_cyw43_arch_lwip_threadsafe_background)
target_link_libraries(node1 pico_stdlib hardware_i2c pico_cyw43_arch_lwip_poll)
target_include_directories(node1 PRIVATE
${CMAKE_CURRENT_LIST_DIR}