Skip to content

Commit

Permalink
Enable CONFIG_ESP32_REV_MIN_3 to save some IRAM
Browse files Browse the repository at this point in the history
Enable CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN to suppress some warnings
  • Loading branch information
tueddy committed Oct 29, 2024
1 parent e109726 commit f783005
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,7 @@ CONFIG_ETH_USE_SPI_ETHERNET=y
# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set
# CONFIG_ETH_USE_OPENETH is not set
# CONFIG_ETH_TRANSMIT_MUTEX is not set
# end of Ethernet
# end of Ethernet

CONFIG_ESP32_REV_MIN_3=y
CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN=y

0 comments on commit f783005

Please sign in to comment.