Skip to content

Commit

Permalink
added mAh class for mAh in OSD
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilknops authored Oct 14, 2018
1 parent bcb0be1 commit 2db5161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wifibroadcast_osd/render.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ float course_to (float lat1, float long1, float lat2, float long2);
void draw_bat_remaining(int remaining, int pos_x, int pos_y, float scale);
void draw_compass(int heading, int pos_x, int pos_y, bool ladder_enabled, float scale);
void draw_bat_status(float voltage, float current, int pos_x, int pos_y, float scale);
void draw_batt_mah(float voltage, float current, float pos_x, float pos_y, float scale);
void draw_position(float lat, float lon, bool fix, int sats, int fixtype, int pos_x, int pos_y, float scale);
void draw_home_distance(int distance, int pos_x, int pos_y, float scale);
//autopilot mode, mavlink specific, could be used if mode is in telemetry data of other protocols as well
Expand Down

0 comments on commit 2db5161

Please sign in to comment.