mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-26 07:38:30 +02:00
Add get_size method to QR Code header (#6430)
This commit is contained in:
committed by
GitHub
parent
0ff543ffe5
commit
9194f7eb27
@@ -24,6 +24,8 @@ class QrCode : public Component {
|
||||
|
||||
void generate_qr_code();
|
||||
|
||||
uint8_t get_size();
|
||||
|
||||
protected:
|
||||
std::string value_;
|
||||
qrcodegen_Ecc ecc_;
|
||||
|
||||
Reference in New Issue
Block a user