update build script to correctly skip non max3421 enabled for espressif boards

This commit is contained in:
hathach
2024-09-30 21:53:57 +07:00
parent 4c81d91a73
commit 4617fb5229
9 changed files with 89 additions and 27 deletions

View File

@@ -1,2 +1,3 @@
# Apply board specific content here
set(IDF_TARGET "esp32")
set(MAX3421_HOST 1)