added comment about hardware

This commit is contained in:
Ken Van Hoeylandt 2024-01-05 20:53:14 +01:00
parent 1d1dd820df
commit 73ed5a5ebe

View File

@ -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