We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9071172 commit adbc279Copy full SHA for adbc279
components/remote_webview/remote_webview.h
@@ -31,7 +31,7 @@ class RemoteWebView : public Component {
31
void set_jpeg_quality(int v) { jpeg_quality_ = v; }
32
void set_max_bytes_per_msg(int v) { max_bytes_per_msg_ = v; }
33
void set_big_endian(bool v) { rgb565_big_endian_ = v; }
34
- void set_rotation(bool v) { rotation_ = v; }
+ void set_rotation(int v) { rotation_ = v; }
35
bool open_url(const std::string &s);
36
37
void setup() override;
0 commit comments