We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefc99d commit df85dfbCopy full SHA for df85dfb
CMakeLists.txt
@@ -3,7 +3,7 @@ MESSAGE(STATUS "Using CMake ${CMAKE_VERSION}")
3
4
SET(RLENVSCPP_VERSION_MAJOR 1)
5
SET(RLENVSCPP_VERSION_MINOR 17)
6
-SET(RLENVSCPP_VERSION_PATCH 0)
+SET(RLENVSCPP_VERSION_PATCH 1)
7
8
9
SET(RLENVSCPP_VERSION "${RLENVSCPP_VERSION_MAJOR}.${RLENVSCPP_VERSION_MINOR}.${RLENVSCPP_VERSION_PATCH}")
examples/arduino_wifi/arduino_wifi_example.cpp
@@ -4,6 +4,8 @@
#include "rlenvs/boards/arduino/arduino_connector_wifi_base.h"
#include <iostream>
+#include <chrono>
+#include <thread>
10
/**
11
* // Code for Arduino
0 commit comments