From 73ed5a5ebefd744b1718acabceb5baf000132b07 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Fri, 5 Jan 2024 20:53:14 +0100 Subject: [PATCH] added comment about hardware --- main/src/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/src/main.c b/main/src/main.c index 0f17275a..5d179c80 100644 --- a/main/src/main.c +++ b/main/src/main.c @@ -6,6 +6,10 @@ __attribute__((unused)) void app_main(void) { static const Config config = { + /** + * Auto-select a board based on the ./sdkconfig.board.* file + * that you copied to ./sdkconfig before you opened this project. + */ .hardware = NB_BOARD_HARDWARE, .apps = { &hello_world_app