Skip to content
#

arduino-library

Here are 1,978 public repositories matching this topic...

starlino
starlino commented Dec 9, 2019

https://github.com/Links2004/arduinoWebSockets/blob/c038f100d68b8e5d0a96f25dd1609ff28592b02f/src/WebSocketsServer.h#L128

I need to override default handleHeader to support for POST/OPTIONS other methods since running a simple web server on top of WebSocket one.
I have requested in the past that virtual is added to handleNonWebsocketConnection but now realized same is needed for handleHeader,

SALLDHMF
SALLDHMF commented Aug 16, 2019

Hello! In my current project, I use ESP32 and display with ILI9341. I would like to use your library, but - as a beginner - I have a lot of trouble with that. Is there somewhere documentation that describes the operation of all library functions? Eg: tft.drawString (.....) has four parameters, but what? What is the text datum? ...
Of course, I will laboriously find explanations in the examp

jeroenst
jeroenst commented Jul 4, 2019

Describe the bug
When serial output is enabled each line is started with [0m (shown on arduino serial monitor)

To Reproduce
Steps to reproduce the behavior:

  1. Install Arduino
  2. Upload a sketch containing remote debug with serial output enabled
  3. Look in the serial monitor

Expected behavior
A line on the serial monitor should not start with [0m

Screenshots
If appl

gregc7320
gregc7320 commented Aug 14, 2018

I have 20 XBee-PRO S1 that I have burnt Digimesh 2.4 Firmware & all seems good. I will be controlling all 20 remote DIO0-2 pins from a commander xbee/arduino, + your lib.

Which Series|X|_Tx example should I be following?

I thought that Series1/S1 were synonyms, but Series2_Tx seems to be the one that works,... on S1 hardware.

RoboDurden
RoboDurden commented Jul 28, 2019

Describe the bug
a freefont and ssd1306_print8 calls ssd1306_write8 which uses fixedfont-width to do line break :-(

size_t ssd1306_write8(uint8_t ch)
{
...
    else if ( (ssd1306_cursorX > ssd1306_lcd.width - s_fixedFont.h.width) || (ch == '\n') )

Please complete the following information:

  • library version: 1.7.21 installed via Arduino IDE
  • LCD display type: cheap 1

Improve this page

Add a description, image, and links to the arduino-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the arduino-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.