This commit is contained in:
Brad Nelson
2022-02-06 09:31:22 -08:00
parent de7a57e53d
commit 90ceef226e
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ else
endif
all: targets tests $(DEPLOY_TARGETS)
fast: posix esp32_sim
fast: posix esp32_sim esp32
targets: $(TARGETS)
tests: $(TESTS)

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// For now, default on several options.
// Default on several options.
#define ENABLE_SPIFFS_SUPPORT
#define ENABLE_WIFI_SUPPORT
#define ENABLE_MDNS_SUPPORT