Skip to content

error: template argument 2 is invalid #1263

Answered by aber68
aber68 asked this question in Help
Discussion options

You must be logged in to vote

thanks for your recommendation, in the following order it compiles now without any error! <Audio.h> was the problem ...

#include "FS.h"
#include "SD_MMC.h"
#include "SPI.h"
#include <WiFi.h>
#include <WebServer.h>
#include <Update.h>  	  // Web OTA

#include "IRremotePinDefinitions.h"
#include <IRremote.hpp>

#include <Audio.h>    // include after IRremote!
#include <Preferences.h>  // NV speicher
#include "DS3231.h"       // RTC (EEPROM I2C adr 0x57)
#include <Wire.h>
#include <PCF8574.h>
#include <WiFiClient.h>
//#include <WiFiClientSecure.h>
#include <ArduinoJson.h>

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ArminJo
Comment options

Comment options

You must be logged in to vote
1 reply
@ArminJo
Comment options

Answer selected by ArminJo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Keep Keep issue
2 participants