makeEspArduino icon indicating copy to clipboard operation
makeEspArduino copied to clipboard

A makefile for ESP8266 and ESP32 Arduino projects

Results 13 makeEspArduino issues
Sort by recently updated
recently updated
newest added

I've just started a new esp32 project. It had been a while. But since last time (2021) I now now get a warning when I compile a sketch with makeEspArduino...

The patch fixes it: ``` diff --git a/makeEspArduino.mk b/makeEspArduino.mk index 8e92dbb..9fa43c6 100644 --- a/makeEspArduino.mk +++ b/makeEspArduino.mk @@ -186,7 +186,7 @@ OBJ_EXT = .o DEP_EXT = .d # Special tool definitions...

Hi, good afternoon! I've a problem trying to build & upload a simple hello world using the package [makespaerduino](https://openports.pl/path/devel/makeesparduino) in OpenBSD -CURRENT. The problem comes when I try to use...