mirror of
https://github.com/esphome/esphome.git
synced 2026-09-26 06:20:21 +00:00
Merge branch 'dev' into api-flash-string-progmem
This commit is contained in:
@@ -331,7 +331,7 @@ class TestStatements:
|
||||
),
|
||||
(
|
||||
cg.ProgmemAssignmentExpression(ct.uint16, "foo", "bar"),
|
||||
'static const uint16_t foo[] PROGMEM = "bar"',
|
||||
'static constexpr uint16_t foo[] PROGMEM = "bar"',
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user