File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232-  PSRAM on ESP32-S2 (#3811  )
3333-  WDT now allows configuring longer timeouts (#3816  )
3434-  ` ADC2 `  now cannot be used simultaneously with ` radio `  on ESP32 (#3876  )
35+ -  Switched GPIO32 and GPIO33 ADC channel numbers (#3908  )
3536
3637### Removed  
3738
Original file line number Diff line number Diff line change @@ -404,8 +404,8 @@ mod adc_implementation {
404404            ( GPIO37 <' _>,  1 ) ,  // Alt. name: SENSOR_CAPP 
405405            ( GPIO38 <' _>,  2 ) ,  // Alt. name: SENSOR_CAPN 
406406            ( GPIO39 <' _>,  3 ) ,  // Alt. name: SENSOR_VN 
407-             ( GPIO33 <' _>,  4 ) ,  // Alt. name: 32K_XP 
408-             ( GPIO32 <' _>,  5 ) ,  // Alt. name: 32K_XN 
407+             ( GPIO32 <' _>,  4 ) ,  // Alt. name: 32K_XP 
408+             ( GPIO33 <' _>,  5 ) ,  // Alt. name: 32K_XN 
409409            ( GPIO34 <' _>,  6 ) ,  // Alt. name: VDET_1 
410410            ( GPIO35 <' _>,  7 ) ,  // Alt. name: VDET_2 
411411        ] 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments