ignore managed_components & .vscode folders
This commit is contained in:
parent
59b9d96e19
commit
3d0ace38d5
3 changed files with 6 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
build
|
||||
build
|
||||
managed_components
|
||||
.vscode
|
||||
|
|
@ -72,8 +72,9 @@ if(NOT ESP_PLATFORM)
|
|||
|
||||
if(CUST_BUTTON_PIN)
|
||||
target_compile_definitions(picokey PUBLIC CUST_BUTTON_PIN=${CUST_BUTTON_PIN})
|
||||
message(STATUS "CUST_BUTTON_PIN is set to: ${CUST_BUTTON_PIN}")
|
||||
endif()
|
||||
message(STATUS "CUST_BUTTON_PIN is set to: ${CUST_BUTTON_PIN}")
|
||||
|
||||
|
||||
if(NOT MSVC)
|
||||
target_compile_options(picokey PUBLIC
|
||||
|
|
|
|||
|
|
@ -357,6 +357,7 @@ int app_main() {
|
|||
#ifndef PICO_PLATFORM
|
||||
#define pico_get_unique_board_id(a) memset(a, 0, sizeof(*(a)))
|
||||
#endif
|
||||
|
||||
int main(void) {
|
||||
#endif
|
||||
pico_get_unique_board_id(&pico_serial);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue