Skip to content

Commit

Permalink
Remove unused usages of #include <iostream> to save Flash
Browse files Browse the repository at this point in the history
Saves ~100KB on wio-e5, which was previously at 99% Flash usage
  • Loading branch information
Stary2001 committed Feb 2, 2025
1 parent 4c0e0b8 commit e7b1ccb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/mesh/NodeDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "modules/NeighborInfoModule.h"
#include <ErriezCRC32.h>
#include <algorithm>
#include <iostream>
#include <pb_decode.h>
#include <pb_encode.h>
#include <vector>
Expand Down
1 change: 0 additions & 1 deletion src/serialization/JSONValue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* THE SOFTWARE.
*/

#include <iostream>
#include <math.h>
#include <sstream>
#include <stdio.h>
Expand Down

0 comments on commit e7b1ccb

Please sign in to comment.