Results 28 comments of Илья

``` user@ub64devel:~/git/uefi-freetype$ make zig build Semantic Analysis [1629/2218] ./build.zig:11:48: error: array literal requires address-of operator to coerce to slice type '[]const []const u8' glue.addCSourceFile("glue.c", [_][]const u8{ ^ ./build.zig:12:9: note: referenced...

В TerminalFragment сделать что-то вроде этого: ``` public void onSerialIoError(Exception e) { status("connection lost: " + e.getMessage()); disconnect(); do { try { BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); BluetoothDevice device = bluetoothAdapter.getRemoteDevice(deviceAddress);...

Okay, I'll definitely try it.

Something like this: https://github.com/zenbooster/SimpleBluetoothLeTerminal =) [janwilleke](https://github.com/janwilleke), I didn't notice that someone had already done this... Can it work in the background?

Correct pin = "0000". Replaced, and wrote: `connected = SerialBT.connect(address, 1);` so, as another example gave me: ``` Found devices: ----- 20:21:04:08:39:93 -53 scanned for services, found 1 channel 1...

I did as it says here: https://github.com/espressif/arduino-esp32/issues/6876 And everything worked!

> Downgrading to 1.0.4 did not work, I had to go all the way down to 1.0.2 and replace the BluetoothSerial.h file with this one: > > https://raw.githubusercontent.com/espressif/arduino-esp32/f0e2e2a62fe98ec9657f3935c41c88a0fd0e7acd/libraries/BluetoothSerial/src/BluetoothSerial.h > >...

By the way, I had to write: connected = SerialBT.connect(address);

In 1.0.5, 1.0.6 it works out of the box. I did not check the younger ones (except for 1.0.2 with the replacement of files). And by the way, it also...

``` =====>1.0.6: [E][BluetoothSerial.cpp:871] isReady(): BT is not initialized. Call begin() first [I][BluetoothSerial.cpp:575] _init_bt(): device name set [I][BluetoothSerial.cpp:130] btSetPin(): pin set The device started in master mode, make sure remote BT...