Skip to content

Commit

Permalink
update files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 committed Jun 10, 2024
1 parent 5df08db commit 938aee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rtime/rtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class RTIME{
String w_day_l[7]={"Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"};
String w_day_s[7]={"So","Mo","Di","Mi","Do","Fr","Sa"};
String month_l[12]={"Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"};
String month_s[12]={"Jan","Feb","März","Apr","Mai","Jun","Jul","Sep","Okt","Nov","Dez"};
String month_s[12]={"Jan","Feb","März","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"};
};

#endif /* RTIME_H_ */

0 comments on commit 938aee3

Please sign in to comment.