Skip to content

Commit b1b8f32

Browse files
authored
Merge pull request #1 from cleishm/fix/remove-target-restriction
Remove target restriction from component manifest
2 parents ba7228c + 7b4c5e3 commit b1b8f32

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

idf_component.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
version: "1.1.2"
1+
version: "1.1.3"
22
description: "Type-safe frequency handling library modeled after std::chrono"
33
url: "https://github.com/cleishm/frequency-cpp"
44
repository: "https://github.com/cleishm/frequency-cpp.git"
55
license: "MIT"
6-
targets:
7-
- esp32
8-
- esp32s2
9-
- esp32s3
10-
- esp32c3
11-
- esp32c6
12-
- esp32h2

0 commit comments

Comments
 (0)