Skip to content

Sketch stops working when WiFi.h is included #18

Closed
arduino/Arduino
#3496
@agdl

Description

@agdl

I tried to use the WiFi examples on the zero (in particular ScanNetworks). It doesn't work. I made some test and i notice that even this simple sketch

#include <SPI.h>
#include <WiFi.h>

void setup() {
  Serial.begin(115200);

  Serial.println("Serial started");

  while(1);
}

void loop() {
}

stops working when WiFi.h is included

IDE1.6.6 ubuntu 14.04

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions