added comment about hardware
This commit is contained in:
parent
1d1dd820df
commit
73ed5a5ebe
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
__attribute__((unused)) void app_main(void) {
|
__attribute__((unused)) void app_main(void) {
|
||||||
static const Config config = {
|
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,
|
.hardware = NB_BOARD_HARDWARE,
|
||||||
.apps = {
|
.apps = {
|
||||||
&hello_world_app
|
&hello_world_app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user