-
```
19:53:23.733 -> M117 Connecting..
19:53:24.823 -> M117 Connecting...
19:53:27.952 ->
19:53:27.952 -> Panic C:\Users\Artur\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\co…
-
Dear Luc
I am trying to add OLED support to the ESP3D and it just doesnt work.
I use an example file:
#include "images.h"
// Initialize the OLED display using SPI
// D5 -> CLK
// D7 -> M…
-
So I downloaded the deauther 1.6 version to make some major changes . But when I compile without making any changes with Arduino it throws back this error which I can't seem to fix.
```In file inc…
-
I keep getting this message every time i run the code ....any help
/*
Arduino: 1.8.13 (Windows 10), Board: "TTGO LoRa32-OLED V1, 80MHz, 921600, None"
C:\Users\User\Documents\Arduino\main\tt…
-
You have done a marvelous job of factoring the UI and display functionalities and I am enjoying using your library. However, I did notice that by making just a few additional members of OLEDDisplay v…
-
```In file included from D:\esp8266_deauther-master\esp8266_deauther\esp8266_deauther.ino:26:0:
sketch\functions.h: In function 'bool ascii(char)':
sketch\functions.h:29:17: warning: comparison is…
-
From @peoplesdriver. I'll reply to this bug with some comments.
This board: https://www.amazon.co.uk/MakerHawk-Development-0-49inch-Bluetooth-Intelligent/dp/B07ML6528K/ref=redir_mobile_desktop?ie=…
-
In file DisplayUI.h, line 159, I had to change
```const char DejaVu_Sans_Mono_12[] PROGMEM = {```
to
```const uint8_t DejaVu_Sans_Mono_12[] PROGMEM = {```
to avoid compliation error:
```
inval…
-
### Bug Description
I get this compilation error :
> Compiling .pio\build\LPC1768\src\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\spi.cpp.o
>
> Compiling .pio\build\L…
-
Hi, i wanted to use the deauther project on esp-01, but when i try to compile it via arduino IDE, it gives me compile error (too small memory, or something similar), so i flashed bin file, but every t…
Msprg updated
4 years ago