Skip to content

Commit

Permalink
Moved Wi-Fi out of the main service and into its own controller
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Nov 3, 2023
1 parent 09dfc0e commit f0afcd9
Show file tree
Hide file tree
Showing 5 changed files with 457 additions and 302 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void writeCsvRecord(Object[] row) throws IOException
* If lazy file creation is enabled, and the file has not yet been created, then this method
* creates the CSV file.
* <p>
* This method should only be called if lazy file creation was set to true wen creating this
* This method should only be called if lazy file creation was set to true when creating this
* logger. And it is important to call this method at least once before using the printer.
*/
private void lazyCreateFileIfNecessary()
Expand Down
Loading

0 comments on commit f0afcd9

Please sign in to comment.