Skip to content

Commit

Permalink
fix: add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicap committed Jun 30, 2024
1 parent 8173cb0 commit 1971cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"maintainer": true
}
],
"version": "1.2.0",
"version": "1.2.2",
"frameworks": ["espidf", "arduino"],
"platforms": "espressif32",
"build": {
Expand Down
2 changes: 2 additions & 0 deletions src/simple_radio.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
#include "freertos/timers.h"

#include <atomic>
#include <cstdint>
#include <cstring>
#include <esp_err.h>
#include <functional>
#include <mutex>
#include <string>

enum PacketDataType : uint8_t {
String = 0,
Expand Down

0 comments on commit 1971cb1

Please sign in to comment.