File tree 5 files changed +4
-3
lines changed
5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ lib_deps =
94
94
95
95
[device-ui_base]
96
96
lib_deps =
97
- https://github.com/meshtastic/device-ui.git# d7b18e98704f988fcda9e5fa7404e677b3d11f8c
97
+ https://github.com/meshtastic/device-ui.git# 74e739ed4532ca10393df9fc89ae5a22f0bab2b1
98
98
99
99
; Common libs for environmental measurements in telemetry module
100
100
; (not included in native / portduino)
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ build_flags =
39
39
-D INPUTDRIVER_ENCODER_BTN =0
40
40
-D INPUTDRIVER_BUTTON_TYPE =0
41
41
-D MAX_NUM_NODES =250
42
+ -D HAS_SDCARD
42
43
-D HAS_SCREEN =0
43
44
-D HAS_TFT =1
44
45
-D USE_I2S_BUZZER
Original file line number Diff line number Diff line change 42
42
#define GPS_TX_PIN 43
43
43
44
44
// Have SPI interface SD card slot
45
- #define HAS_SDCARD 1
45
+ // #define HAS_SDCARD // --> needs to be in platform.ini for device-ui
46
46
#define SPI_MOSI (41)
47
47
#define SPI_SCK (40)
48
48
#define SPI_MISO (38)
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ build_flags =
46
46
-D MAX_THREADS =40
47
47
-D HAS_SCREEN =0
48
48
-D HAS_TFT =1
49
+ -D HAS_SDCARD
49
50
-D DISPLAY_SET_RESOLUTION
50
51
-D RAM_SIZE =3072
51
52
-D LV_LVGL_H_INCLUDE_SIMPLE
Original file line number Diff line number Diff line change 48
48
#undef GPS_RX_PIN
49
49
#undef GPS_TX_PIN
50
50
51
- #define HAS_SDCARD 1
52
51
#define SD_SPI_FREQUENCY 25000000
53
52
#define SDCARD_CS 43
54
53
You can’t perform that action at this time.
0 commit comments