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 049a335 commit 23905edCopy full SHA for 23905ed
library.json
@@ -18,7 +18,8 @@
18
{
19
"name": "Flowduino ESPressio-Base",
20
"version": "0.0.1",
21
- "url": "https://github.com/Flowduino/ESPressio-Base.git"
+ "url": "https://github.com/Flowduino/ESPressio-Base.git",
22
+ "platforms": "*"
23
}
24
]
25
src/ESPressio_IThread.hpp
@@ -27,7 +27,7 @@ namespace ESPressio {
27
`IThread` is a common Interface for all Thread Types provided by this library.
28
You can use it to reference any Thread Type without knowing the actual type.
29
*/
30
- class IThread : public Object {
+ class IThread : public Object<IThread> {
31
public:
32
// Methods
33
0 commit comments