8 lines
195 B
C++
8 lines
195 B
C++
/// © MiroZ 2024
|
|
|
|
#include "Mqtt.h"
|
|
|
|
extern const uint8_t logo_png_start[] asm("_binary_eventgrid_azure_pem_start");
|
|
extern const uint8_t logo_png_end[] asm("_binary_eventgrid_azure_pem_end");
|
|
|