Skip to content

Commit f09a59b

Browse files
authored
Top-level include of <Arduino.h> solves missing macro "F()"
1 parent 31ff19e commit f09a59b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Arduino_ConnectionHandler.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#ifndef ARDUINO_CONNECTION_HANDLER_H_
1919
#define ARDUINO_CONNECTION_HANDLER_H_
2020

21+
#include <Arduino.h>
22+
2123
#ifdef ARDUINO_SAMD_MKR1000
2224
#include <WiFi101.h>
2325
#include <WiFiUdp.h>

0 commit comments

Comments
 (0)