added comment about hardware
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user