mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 15:50:36 -08:00
Release v0.6.9
-Fix draw app with smoother lines -Exit function draw app
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<!---[](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>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <SPI.h>
|
||||
//#include <lvgl.h>
|
||||
#include <Ticker.h>
|
||||
//#include <M5Stack.h>
|
||||
#include "SPIFFS.h"
|
||||
#include "Assets.h"
|
||||
|
||||
@@ -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;
|
||||
|
||||
BIN
esp32_marauder/esp32_marauder_v0_6_9_20200803_1.bin
Normal file
BIN
esp32_marauder/esp32_marauder_v0_6_9_20200803_1.bin
Normal file
Binary file not shown.
BIN
esp32_marauder/esp32_marauder_v0_6_9_20200803_6.bin
Normal file
BIN
esp32_marauder/esp32_marauder_v0_6_9_20200803_6.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user