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