Skip to content

Commit 9071172

Browse files
committed
Add big_endian and rotation parameters to dump_config
1 parent ee9b76a commit 9071172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/remote_webview/remote_webview.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ void RemoteWebView::dump_config() {
6767
print_opt_int ("min_frame_interval", min_frame_interval_);
6868
print_opt_int ("jpeg_quality", jpeg_quality_);
6969
print_opt_int ("max_bytes_per_msg", max_bytes_per_msg_);
70+
print_opt_int ("big_endian", rgb565_big_endian_);
71+
print_opt_int ("rotation", rotation_);
7072
}
7173

7274
bool RemoteWebView::open_url(const std::string &s) {

0 commit comments

Comments
 (0)