Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pio conf
  • Loading branch information
techfoundrynz committed Dec 20, 2025
commit bcb863a550327444178425a3694a6bf9dc278bf0
4 changes: 3 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ lib_deps =
lewisxhe/XPowersLib@0.3.1
lewisxhe/SensorLib@0.3.1
build_flags =
; LVGL CONFIG - NOTE: Most of these are set by the board config
-D LV_LVGL_H_INCLUDE_SIMPLE=1
-D LV_USE_OBJ_NAME=1
; PERF DEBUG CONFIG
-D LV_USE_PERF_MONITOR=0
-D CONFIG_LV_PERF_MONITOR_ALIGN_CENTER=1
-D LV_USE_REFR_DEBUG=0
; LVGL CONFIG - NOTE: Most of these are set by the board config
; USER CONFIG
-D TX_RATE_MS=20 ; loop time in ms of the rc state transmit
-D INPUT_RATE_MS=10 ; loop time in ms of the input read
Expand Down