Skip to content

Commit

Permalink
tests/net/nanocoap_cli: Add support for nanocoap_ws
Browse files Browse the repository at this point in the history
And hook up CoAP over WebSocket+YOLO
  • Loading branch information
maribu committed Jan 7, 2025
1 parent 6ba6163 commit ec5a1f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/net/nanocoap_cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ ifeq (,$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
ifneq (,$(filter native native64,$(BOARD)))
USEMODULE += vfs_auto_format
USEMODULE += nanocoap_tcp
USEMODULE += nanocoap_ws
USEMODULE += nanocoap_ws_udp_yolo
endif
endif

Expand Down

0 comments on commit ec5a1f7

Please sign in to comment.