Switch from old AXP202X_Library to new XPowersLib

This commit is contained in:
attermann
2023-12-18 19:23:08 -07:00
parent acf7ae5c75
commit 6e9a1ebfbd
3 changed files with 222 additions and 98 deletions

View File

@@ -30,7 +30,7 @@ prep-esp32:
arduino-cli core update-index --config-file arduino-cli.yaml
arduino-cli core install esp32:esp32
arduino-cli lib install "Adafruit SSD1306"
arduino-cli lib install "AXP202X_Library"
arduino-cli lib install "XPowersLib"
arduino-cli lib install "Crypto"
prep-samd: