Skip to content

Commit

Permalink
Disable AXP192 on C3 and S3 following M5Unified
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
  • Loading branch information
pguyot committed Oct 13, 2024
1 parent 11bf869 commit 8eb2292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config AVM_M5_POWER_ENABLE

config AVM_M5_POWER_AXP192_ENABLE
bool "Enable AtomVM M5 driver power AXP192 API"
default y
default "y" if IDF_TARGET!="esp32c3" && IDF_TARGET!="esp32s3"
help
Use this parameter to enable or disable the AtomVM M5 driver power AXP192 API.

Expand Down

0 comments on commit 8eb2292

Please sign in to comment.