Skip to content

Commit df85dfb

Browse files
committed
Fix dependencies with Arduino wifi example
1 parent fefc99d commit df85dfb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MESSAGE(STATUS "Using CMake ${CMAKE_VERSION}")
33

44
SET(RLENVSCPP_VERSION_MAJOR 1)
55
SET(RLENVSCPP_VERSION_MINOR 17)
6-
SET(RLENVSCPP_VERSION_PATCH 0)
6+
SET(RLENVSCPP_VERSION_PATCH 1)
77

88

99
SET(RLENVSCPP_VERSION "${RLENVSCPP_VERSION_MAJOR}.${RLENVSCPP_VERSION_MINOR}.${RLENVSCPP_VERSION_PATCH}")

examples/arduino_wifi/arduino_wifi_example.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#include "rlenvs/boards/arduino/arduino_connector_wifi_base.h"
66
#include <iostream>
7+
#include <chrono>
8+
#include <thread>
79

810
/**
911
* // Code for Arduino

0 commit comments

Comments
 (0)