We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865e17a commit e80f4d5Copy full SHA for e80f4d5
library.json
@@ -6,6 +6,11 @@
6
"name": "Flowduino",
7
"maintainer": true
8
},
9
+ "build": {
10
+ "flags": [
11
+ "-frtti"
12
+ ]
13
+ },
14
"repository": {
15
"type": "git",
16
"url": "https://github.com/Flowduino/ESPressio-Event.git"
src/ESPressio_EventListener.hpp
@@ -1,7 +1,5 @@
1
#pragma once
2
3
-#include <Arduino.h>
4
-
5
#include <cstddef>
#include <cstdint>
#include <memory>
0 commit comments