Skip to content

Commit

Permalink
charts
Browse files Browse the repository at this point in the history
  • Loading branch information
NonPIayerCharacter committed Sep 12, 2024
1 parent 7dfde4f commit df9bb1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,15 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install make cmake python3-venv coreutils
sudo apt-get -y install make cmake python3-venv
pip3 install pycryptodomex
pip3 install configobj
pip3 install toml
pip3 install fdt
- name: Run make
run: |
cd sdk/esp-idf
git checkout tags/v5.3.1
./install.sh > /dev/null
. ./export.sh
. ./add_path.sh
Expand Down
1 change: 1 addition & 0 deletions idf/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ set(PROJ_ALL_SRC
../../src/driver/drv_bp5758d.c
../../src/driver/drv_bridge_driver.c
../../src/driver/drv_chargingLimit.c
../../src/driver/drv_charts.c
../../src/driver/drv_cht8305.c
../../src/driver/drv_cse7766.c
../../src/driver/drv_ddp.c
Expand Down
1 change: 1 addition & 0 deletions src/obk_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
#define ENABLE_DRIVER_DHT 1
#define ENABLE_DRIVER_AHT2X 1
#define ENABLE_DRIVER_BATTERY 1
#define ENABLE_DRIVER_CHARTS 1

#else

Expand Down

0 comments on commit df9bb1f

Please sign in to comment.