Change #warning to #error in ssid_config.h
This commit is contained in:
parent
fa6dd22957
commit
5b16aa5ba4
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
// https://www.kernel.org/pub/software/scm/git/docs/git-update-index.html
|
||||
//
|
||||
|
||||
#warning "You need to enter your wifi credentials in this file and follow the instructions here to keep the password safe from Github commits."
|
||||
#error "You need to enter your wifi credentials in this file and follow the instructions here to keep the password safe from Github commits."
|
||||
|
||||
#ifndef __SSID_CONFIG_H__
|
||||
#define __SSID_CONFIG_H__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue