File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
226226    idf.py -DIDF_TARGET=" $target " " $idf_libs_configs " 
227227    if  [ $?  -ne  0 ];  then  exit  1;  fi 
228228
229-     if  [ " $target " ==  " esp32s3" ;  then 
229+     if  [ " $target " ==  " esp32s3"   ||  [  " $target "   ==   " esp32p4 "  ] ;  then 
230230        idf.py -DIDF_TARGET=" $target " " $idf_libs_configs " 
231231        if  [ $?  -ne  0 ];  then  exit  1;  fi 
232232        AR_SDK=" $AR_TOOLS /esp32-arduino-libs/$target " 
Original file line number Diff line number Diff line change 6060		},
6161		{
6262			"target" : " esp32p4" 
63- 			"features" :[" qio_ram" 
63+ 			"features" :[" qio_ram" , " esp_sr " 
6464			"idf_libs" :[" qio" " 80m_200m" 
6565			"bootloaders" :[
6666				[" qio" " 80m_200m" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments