refactor: move wave length calculation to util class

This commit is contained in:
jeefo 2023-08-22 09:45:29 +03:00
commit 5fddfed5ce
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
8 changed files with 87 additions and 86 deletions

View file

@ -105,6 +105,9 @@ public:
// get the current date and time as string
String getCurrentDateTime ();
// get's the wave length
float getWaveLength (StringRef filename);
public:
// re-show welcome after changelevel ?