feat: update version to v1.2.0 and modify build scripts in platformio.ini; remove unused includes in scale.cpp and website.cpp
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
#include "HX711.h"
|
||||
#include <EEPROM.h>
|
||||
#include "display.h"
|
||||
#include "nfc.h"
|
||||
#include "esp_task_wdt.h"
|
||||
|
||||
HX711 scale;
|
||||
|
@ -3,7 +3,6 @@
|
||||
#include "api.h"
|
||||
#include <ArduinoJson.h>
|
||||
#include <ESPAsyncWebServer.h>
|
||||
//#include <AsyncWebSocket.h>
|
||||
#include "bambu.h"
|
||||
#include "nfc.h"
|
||||
#include "scale.h"
|
||||
|
Reference in New Issue
Block a user