mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 07:01:03 +00:00
windows build wip
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
#include <assert.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#include <cstring>
|
||||
|
||||
using namespace std;
|
||||
|
||||
/**
|
||||
* A printer that doesn't go anywhere
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
|
||||
#include <OLEDDisplayUi.h>
|
||||
@@ -26,6 +27,8 @@
|
||||
#define BRIGHTNESS_DEFAULT 150
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace graphics
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user