Add get_size method to QR Code header (#6430)

This commit is contained in:
Daniel Eisterhold
2024-03-27 18:56:26 -05:00
committed by GitHub
parent 0ff543ffe5
commit 9194f7eb27
8 changed files with 56 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@ class QrCode : public Component {
void generate_qr_code();
uint8_t get_size();
protected:
std::string value_;
qrcodegen_Ecc ecc_;