Azteeg X5 Mini WiFi support (#11601)

This commit is contained in:
Michael Triffon
2018-08-22 00:58:26 -04:00
committed by Scott Lahteine
parent 3671c63cde
commit f8c52c9c29
56 changed files with 452 additions and 209 deletions

View File

@ -292,6 +292,8 @@
#include "pins_AZSMZ_MINI.h" // LPC176x env:LPC1768 env:LPC1768_debug_and_upload
#elif MB(AZTEEG_X5_GT)
#include "pins_AZTEEG_X5_GT.h" // LPC176x env:LPC1768 env:LPC1768_debug_and_upload
#elif MB(AZTEEG_X5_MINI_WIFI)
#include "pins_AZTEEG_X5_MINI_WIFI.h" // LPC176x env:LPC1768 env:LPC1768_debug_and_upload
#elif MB(BIQU_BQ111_A4)
#include "pins_BIQU_BQ111_A4.h" // LPC176x env:LPC1768 env:LPC1768_debug_and_upload
#elif MB(SELENA_COMPACT)