Skip to content

Commit

Permalink
Add esp32-2432S032C to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Mar 2, 2024
1 parent 49c27f2 commit fc7cfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import subprocess, os, shutil, json

CYD_PORTS = ["esp32-3248S035C", "esp32-2432S028R"]
CYD_PORTS = ["esp32-3248S035C", "esp32-2432S028R", "esp32-2432S032C-SD"]
BASE_DIR = os.getcwd()

def get_manifest(base_path : str, device_name : str):
Expand Down

0 comments on commit fc7cfbd

Please sign in to comment.