Skip to content

Commit 450861f

Browse files
committed
network cpp updates
1 parent 13eb05d commit 450861f

File tree

4 files changed

+4
-4
lines changed
  • examples
    • Inkplate4TEMPERA/Projects/Inkplate4TEMPERA_OpenMeteo_Weather_Station/src
    • Inkplate6FLICK/Projects/Inkplate6FLICK_OpenMeteo_Weather_Station/src
    • Inkplate6PLUS/Projects/Inkplate6PLUS_OpenMeteo_Weather_Station/src
    • Inkplate6/Projects/Inkplate6_OpenMeteo_Weather_Station/src

4 files changed

+4
-4
lines changed

examples/Inkplate4TEMPERA/Projects/Inkplate4TEMPERA_OpenMeteo_Weather_Station/src/Network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include <ArduinoJson.h>
77

8-
#include <Inkplate.H>
8+
#include <Inkplate.h>
99

1010

1111
// Function to get weather description based on the weather code

examples/Inkplate6/Projects/Inkplate6_OpenMeteo_Weather_Station/src/Network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include <ArduinoJson.h>
77

8-
#include <Inkplate.H>
8+
#include <Inkplate.h>
99

1010

1111
// Function to get weather description based on the weather code

examples/Inkplate6FLICK/Projects/Inkplate6FLICK_OpenMeteo_Weather_Station/src/Network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include <ArduinoJson.h>
77

8-
#include <Inkplate.H>
8+
#include <Inkplate.h>
99

1010

1111
// Function to get weather description based on the weather code

examples/Inkplate6PLUS/Projects/Inkplate6PLUS_OpenMeteo_Weather_Station/src/Network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include <ArduinoJson.h>
77

8-
#include <Inkplate.H>
8+
#include <Inkplate.h>
99

1010

1111
// Function to get weather description based on the weather code

0 commit comments

Comments
 (0)