python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Internal Server Error while using PlatformIO extension in VSCode
PlatformIO was working fine. All of a sudden it started showing Internal Server Error when clicking PIO Home-->Open
Other features like:
Update All
Core CLI works.
William
Votes: 0
Answers: 1
Why VScode PlatformIO unit test can not use function declare in header file?
VScode PlatformIO unit test can not use function declare in header file, but use the function definition code is work.
It show undefined reference to `wifiInit()'
Code
#include <unity.h>
#incl...
Yorvin
Votes: 0
Answers: 1
Can't include <I2S.h> on ESP32 on neither VSCode PIO nor Arduino IDE
I've tried to get my ESP32 LOLIN32 with Arduino framework working, but I can't even upload code to it. I'm including nothing but Arduino and I2S but it doesn't understand what I mean with I2S.
I have ...
Gustav Abrahamsson
Votes: 0
Answers: 1
How do I avoid the "multiple definition of ..." Error in this case
Boardcomputer.h:
#ifndef BOARDCOMPUTER_H
#define BOARDCOMPUTER_H
#include <Arduino.h>
#include <TFT_eSPI.h>
TFT_eSPI disp = TFT_eSPI();
...
#endif
Boardcomputer.cpp:
#include <Boar...
Levi
Votes: 0
Answers: 1