Skip to content

Commit 7c2280f

Browse files
committed
moved the espressif IDF version back to an older version to account for
compiler namespace issues
1 parent 09c3aff commit 7c2280f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM espressif/idf:v4.3.3 as dev
1+
FROM espressif/idf:v3.3.1 as dev
22
RUN mkdir /ble_ctf_infinity
33
COPY ./code_gen /ble_ctf_infinity/code_gen
44
COPY ./gatt_servers /ble_ctf_infinity/gatt_servers

0 commit comments

Comments
 (0)