diff --git a/include/robodash/views/image.hpp b/include/robodash/views/image.hpp index f9d2708..824fc3e 100644 --- a/include/robodash/views/image.hpp +++ b/include/robodash/views/image.hpp @@ -40,8 +40,8 @@ class Image { /** * @brief Create a new Image * - * @param name File path to the binary-formatted image on SD card - * @param path Name to display on screen + * @param path File path to the binary-formatted image on SD card + * @param name Name to display on screen */ Image(std::string path, std::string name = "Image"); @@ -61,4 +61,4 @@ class Image { /// @} }; -} // namespace rd \ No newline at end of file +} // namespace rd