Skip to content

Commit

Permalink
Release v0.6.9
Browse files Browse the repository at this point in the history
-Fix draw app with smoother lines
-Exit function draw app
  • Loading branch information
justcallmekoko committed Aug 3, 2020
1 parent da43c8b commit a98be0d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!---[![Build Status](https://travis-ci.com/justcallmekoko/ESP32Marauder.svg?branch=master)](https://travis-ci.com/justcallmekoko/ESP32Marauder)--->
<!---Shields/Badges https://shields.io/--->

# ESP32 Marauder v0.6.8
# ESP32 Marauder v0.6.9
<p align="center"><img alt="Marauder logo" src="https://github.com/justcallmekoko/ESP32Marauder/blob/master/pictures/marauder3L.jpg?raw=true" width="300"></p>
<p align="center">
<b>A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32</b>
Expand Down
3 changes: 2 additions & 1 deletion esp32_marauder/Display.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <SPI.h>
//#include <lvgl.h>
#include <Ticker.h>
//#include <M5Stack.h>
#include "SPIFFS.h"
#include "Assets.h"

Expand Down Expand Up @@ -75,7 +76,7 @@ class Display
TFT_eSPI tft = TFT_eSPI();
TFT_eSprite img = TFT_eSprite(&tft);
TFT_eSPI_Button key[BUTTON_ARRAY_LEN];
String version_number = "v0.6.8";
String version_number = "v0.6.9";

bool printing = false;
bool loading = false;
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit a98be0d

Please sign in to comment.