M5Stack M5Station-485 Manual page 10

Table of Contents

Advertisement

#include "BluetoothSerial.h"
#if !defined(CONFIG_BT_ENABLED)
#error
Bluetooth is not enabled! Please run `make menuconfig` to and en
able it
#endif
BluetoothSerial
SerialBT;
void
setup() {
Serial.begin(115200);
SerialBT.begin("ESP32test");
10
||
!defined(CONFIG_BLUEDROID_ENABLED)
//Bluetooth device name

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the M5Station-485 and is the answer not in the manual?

Table of Contents