OpenGarage Forums OpenGarage Mobile and Web App A few issues/concerns Reply To: A few issues/concerns

#1174

fishy
Participant

When trying to compile the firmware with BlynkSimpleEsp8266_SSL.h (this is with Arduino app, Using Makefile always complain that it can’t find Blynk header files), the compiler complained about:


In file included from /Applications/Arduino.app/Contents/Java/libraries/OpenGarage/main.cpp:28:0:
/Applications/Arduino.app/Contents/Java/libraries/blynk-library/src/BlynkSimpleEsp8266_SSL.h:27:55: error: expected initializer before 'PROGMEM'
   static const unsigned char BLYNK_DEFAULT_CERT_DER[] PROGMEM =

                                                       ^

I didn’t see PROGMEM defined in the whole blynk-library code, not sure what to expect…

  • This reply was modified 5 years, 10 months ago by fishy.