add nano g1 (#1351)
* add nano g1 * Update platformio.ini * Update configuration.h * Revert platformio.ini to previous state * Update configuration.h * Update platformio.ini Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
This commit is contained in:
co-authored by
GitHub
Thomas Göttgens
parent
6c2d45d866
commit
0c600363c8
@@ -240,6 +240,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define HW_VENDOR HardwareModel_T_ECHO
|
||||
|
||||
#elif defined(NANO_G1)
|
||||
|
||||
#define HW_VENDOR HardwareModel_NANO_G1
|
||||
|
||||
#elif NRF52_SERIES
|
||||
|
||||
#define HW_VENDOR HardwareModel_NRF52_UNKNOWN
|
||||
|
||||
Reference in New Issue
Block a user