#ifndef DRAW_QRCODE_H #define DRAW_QRCODE_H int draw_qrcode(int16_t x, int16_t y, String &text); void draw_qrcode_wlan(int16_t x, int16_t y, const char *ssid, const char *psk); #endif