Skip to content

Commit

Permalink
fix:compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ShallowGreen123 committed Sep 3, 2024
1 parent c882580 commit b6dfba4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
example:
- examples/bq25896_test
- examples/bq27220_test
- examples/bq27xxx_test
- examples/cc1101_recv
- examples/cc1101_recv_irq
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ lib/BQ27441
examples/usb_msc_flash
examples/bq27220_test
firmware/T-Embed-PN532 测试/
hardware/T-Embed-PN532 V1.0 24-03-15.pdf
hardware/T-Embed-PN532 V1.0 24-04-29.pdf
5 changes: 3 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
; default_envs = pn532_test

; default_envs = bq25896_test
; default_envs = bq27220_test
; default_envs = record_test
; default_envs = voice_test
; default_envs = tf_card_test
Expand All @@ -45,7 +44,7 @@ framework = arduino

upload_speed = 115200
monitor_filters = esp32_exception_decoder
board_build.partitions = default_16MB.csv
; board_build.partitions = default_16MB.csv
; extra_scripts = ./script/pos_extra_script.py

build_flags =
Expand All @@ -55,6 +54,8 @@ build_flags =

-DCORE_DEBUG_LEVEL=3

-DRADIOLIB_LOW_LEVEL=1

; -DBOARD_HAS_PSRAM=1
; -mfix-esp32-psram-cache-issue

Expand Down

0 comments on commit b6dfba4

Please sign in to comment.