-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Peripheral: UARTRelated to the UART peripheral or its functionality.Related to the UART peripheral or its functionality.Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.Type: QuestionOnly questionOnly question
Description
Board
not specific
Device Description
not specific
Hardware Configuration
not specific
Version
v2.0.14
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
not specific
PSRAM enabled
yes
Upload speed
not specific
Description
C:\Users\b1sk1\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\cores\esp32\esp32-hal-uart.c: In function 'uartSetPins':
C:\Users\b1sk1\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\cores\esp32\esp32-hal-uart.c:153:9: warning: 'return' with no value, in function returning non-void
return;
^~~~~~
C:\Users\b1sk1\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\cores\esp32\esp32-hal-uart.c:149:6: note: declared here
bool uartSetPins(uint8_t uart_num, int8_t rxPin, int8_t txPin, int8_t ctsPin, int8_t rtsPin)
^~~~~~~~~~~
C:\Users\b1sk1\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\LittleFS\src\LittleFS.cpp: In member function 'bool fs::LittleFSFS::begin(bool, const char*, uint8_t, const char*)':
C:\Users\b1sk1\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\LittleFS\src\LittleFS.cpp:86:5: warning: missing initializer for member 'esp_vfs_littlefs_conf_t::partition' [-Wmissing-field-initializers]
};
^
C:\Users\b1sk1\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\LittleFS\src\LittleFS.cpp:86:5: warning: missing initializer for member 'esp_vfs_littlefs_conf_t::read_only' [-Wmissing-field-initializers]
C:\Users\b1sk1\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\LittleFS\src\LittleFS.cpp:86:5: warning: missing initializer for member 'esp_vfs_littlefs_conf_t::grow_on_mount' [-Wmissing-field-initializers]
Sketch
not specific
Debug Message
not specific
Other Steps to Reproduce
not specific
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Metadata
Metadata
Assignees
Labels
Peripheral: UARTRelated to the UART peripheral or its functionality.Related to the UART peripheral or its functionality.Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.Type: QuestionOnly questionOnly question