Skip to content

Conversation

@Vido
Copy link

@Vido Vido commented Nov 20, 2015

#include <AltSoftSerial.h>
#include "ESP8266.h"

AltSoftSerial altSerial;
ESP8266 wifi(altSerial);

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

void loop() {
  String ver = wifi.getVersion();
  Serial.println(ver);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant