Feat: Add battery support and small fixes for Freenove 2.8 board (#1976)

* feat(freenove-esp32s3): add battery level retrieval

* fix(freenove-esp32s3): add missing comma in config.json

* docs(freenove-esp32s3): note possible shared design with ES3C28P/ES3N28P
This commit is contained in:
khoanguyen-3fc
2026-05-07 19:51:58 +07:00
committed by GitHub
parent 1847b58935
commit c1d520d700
3 changed files with 18 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/16m.csv\"",
"CONFIG_LANGUAGE_EN_US=y"
"CONFIG_LANGUAGE_EN_US=y",
"CONFIG_SR_WN_WN9S_HIESP=y",
"CONFIG_SR_WN_WN9_HIESP=y"
]