Skip to content

Commit

Permalink
Update ADC attenuation value to ADC_ATTEN_DB_12, as per ESP-IDF 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperChamp234 committed Jan 28, 2024
1 parent 538082e commit 1f23db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include "esp_err.h"
#include "pin_defs.h"

#define ADC_ATTEN ADC_ATTEN_DB_11
#define ADC_ATTEN ADC_ATTEN_DB_12


/**
Expand Down

0 comments on commit 1f23db2

Please sign in to comment.