Skip to content

Commit

Permalink
Fixes IPAddress compilation error
Browse files Browse the repository at this point in the history
and Adds the installation of new arduino header files.
  • Loading branch information
epsilonrt committed Nov 30, 2018
1 parent d07b602 commit fac855e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/piduino/arduino/IPAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define IPAddress_h

#include <stdint.h>
#include "Printable.h"
#include "Print.h"
#include "WString.h"

// A class to make it easier to handle and pass around IP addresses
Expand Down
5 changes: 5 additions & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ set (hdr_arduino
${PIDUINO_INC_DIR}/piduino/arduino/Stream.h
${PIDUINO_INC_DIR}/piduino/arduino/Terminal.h
${PIDUINO_INC_DIR}/piduino/arduino/Console.h
${PIDUINO_INC_DIR}/piduino/arduino/WCharacter.h
${PIDUINO_INC_DIR}/piduino/arduino/binary.h
${PIDUINO_INC_DIR}/piduino/arduino/Client.h
${PIDUINO_INC_DIR}/piduino/arduino/IPAddress.h
${PIDUINO_INC_DIR}/piduino/arduino/Server.h
)

set (hdr_arduino_i2c
Expand Down
2 changes: 1 addition & 1 deletion piduino.workspace
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Project Name="libpiduino-dev" Path="dev/libpiduino-dev.project" Active="No"/>
<Project Name="piduino-utils" Path="utils/piduino-utils.project" Active="No"/>
<BuildMatrix>
<WorkspaceConfiguration Name="Debug" Selected="yes">
<WorkspaceConfiguration Name="Debug" Selected="no">
<Environment/>
<Project Name="libpiduino" ConfigName="Debug"/>
<Project Name="libpiduino-doc" ConfigName="Debug"/>
Expand Down

0 comments on commit fac855e

Please sign in to comment.