Compare commits
	
		
			13 Commits
		
	
	
		
			v1.3.37
			...
			53ceee7816
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 53ceee7816 | |||
| d48b002806 | |||
| dd905b6c6e | |||
| 77b9eda110 | |||
| 32a6e9dcd3 | |||
| 6cd5539e60 | |||
| 903b697912 | |||
| 72c2fb70c2 | |||
| f2f3f0ab9f | |||
| c07692c218 | |||
| a184903b66 | |||
| af1640383d | |||
| c00e54b145 | 
							
								
								
									
										6
									
								
								.github/workflows/gitea-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/gitea-release.yml
									
									
									
									
										vendored
									
									
								
							@@ -40,10 +40,8 @@ jobs:
 | 
			
		||||
        # Copy firmware binary
 | 
			
		||||
        cp .pio/build/esp32dev/firmware.bin .pio/build/esp32dev/upgrade_filaman_firmware_v${VERSION}.bin
 | 
			
		||||
        
 | 
			
		||||
        # Create SPIFFS binary with ESP32-WROOM specific image header
 | 
			
		||||
        echo -ne '\xE9\x01\x00\x00\x00\x00\x00\x00\x00\x30\x00\x00\x01\x03\x00\x00' > .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
 | 
			
		||||
        # Append the actual SPIFFS data
 | 
			
		||||
        cat .pio/build/esp32dev/spiffs.bin >> .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
 | 
			
		||||
        # Create SPIFFS binary (without header)
 | 
			
		||||
        cp .pio/build/esp32dev/spiffs.bin .pio.build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
 | 
			
		||||
        
 | 
			
		||||
        # Create full binary
 | 
			
		||||
        (cd .pio/build/esp32dev && 
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										6
									
								
								.github/workflows/github-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/github-release.yml
									
									
									
									
										vendored
									
									
								
							@@ -47,10 +47,8 @@ jobs:
 | 
			
		||||
        # Copy firmware binary
 | 
			
		||||
        cp .pio/build/esp32dev/firmware.bin .pio/build/esp32dev/upgrade_filaman_firmware_v${VERSION}.bin
 | 
			
		||||
        
 | 
			
		||||
        # Create SPIFFS binary with ESP32-WROOM specific image header
 | 
			
		||||
        echo -ne '\xE9\x01\x00\x00\x00\x00\x00\x00\x00\x30\x00\x00\x01\x03\x00\x00' > .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
 | 
			
		||||
        # Append the actual SPIFFS data
 | 
			
		||||
        cat .pio/build/esp32dev/spiffs.bin >> .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
 | 
			
		||||
        # Create SPIFFS binary (without header)
 | 
			
		||||
        cp .pio/build/esp32dev/spiffs.bin .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
 | 
			
		||||
        
 | 
			
		||||
        # Create full binary (always)
 | 
			
		||||
        (cd .pio/build/esp32dev && 
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										29
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										29
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -1,5 +1,34 @@
 | 
			
		||||
# Changelog
 | 
			
		||||
 | 
			
		||||
## [1.3.41] - 2025-02-22
 | 
			
		||||
### Changed
 | 
			
		||||
- update webpages for version v1.3.41
 | 
			
		||||
 | 
			
		||||
### Fixed
 | 
			
		||||
- remove redundant buffer size setting in NFC initialization
 | 
			
		||||
- update SPIFFS binary creation and enhance NFC buffer size
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## [1.3.40] - 2025-02-22
 | 
			
		||||
### Changed
 | 
			
		||||
- update webpages for version v1.3.40
 | 
			
		||||
 | 
			
		||||
### Fixed
 | 
			
		||||
- update SPIFFS binary header and enhance WebSocket error handling
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## [1.3.39] - 2025-02-22
 | 
			
		||||
### Changed
 | 
			
		||||
- update webpages for version v1.3.39
 | 
			
		||||
- workflow: update SPIFFS binary creation to set chip version to max supported
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## [1.3.38] - 2025-02-22
 | 
			
		||||
### Changed
 | 
			
		||||
- update webpages for version v1.3.38
 | 
			
		||||
- workflow: update SPIFFS binary creation with minimal ESP32 image header
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## [1.3.37] - 2025-02-22
 | 
			
		||||
### Changed
 | 
			
		||||
- update webpages for version v1.3.37
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
; https://docs.platformio.org/page/projectconf.html
 | 
			
		||||
 | 
			
		||||
[common]
 | 
			
		||||
version = "1.3.37"
 | 
			
		||||
version = "1.3.41"
 | 
			
		||||
 | 
			
		||||
#test
 | 
			
		||||
 | 
			
		||||
@@ -54,12 +54,8 @@ build_flags =
 | 
			
		||||
    -DCONFIG_ARDUHAL_LOG_COLORS=1
 | 
			
		||||
    -DOTA_DEBUG=1
 | 
			
		||||
    -DCONFIG_OPTIMIZATION_LEVEL_DEBUG=1
 | 
			
		||||
    -DCONFIG_ESP32_PANIC_PRINT_REBOOT
 | 
			
		||||
    -DBOOT_APP_PARTITION_OTA_0=1
 | 
			
		||||
    -DCONFIG_LOG_DEFAULT_LEVEL=3
 | 
			
		||||
    -DCONFIG_LWIP_TCP_MSL=60000
 | 
			
		||||
    -DCONFIG_LWIP_TCP_WND_DEFAULT=8192
 | 
			
		||||
    -DCONFIG_LWIP_TCP_SND_BUF_DEFAULT=4096
 | 
			
		||||
    -DCONFIG_LWIP_TCP_RCV_BUF_DEFAULT=4096
 | 
			
		||||
    -DCONFIG_LWIP_MAX_ACTIVE_TCP=16
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
@@ -19,6 +19,12 @@
 | 
			
		||||
void setup() {
 | 
			
		||||
  Serial.begin(115200);
 | 
			
		||||
 | 
			
		||||
  uint64_t chipid;
 | 
			
		||||
 | 
			
		||||
  chipid = ESP.getEfuseMac(); //The chip ID is essentially its MAC address(length: 6 bytes).
 | 
			
		||||
  Serial.printf("ESP32 Chip ID = %04X", (uint16_t)(chipid >> 32)); //print High 2 bytes
 | 
			
		||||
  Serial.printf("%08X\n", (uint32_t)chipid); //print Low 4bytes.
 | 
			
		||||
 | 
			
		||||
  // Initialize SPIFFS
 | 
			
		||||
  initializeSPIFFS();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										102
									
								
								src/website.cpp
									
									
									
									
									
								
							
							
						
						
									
										102
									
								
								src/website.cpp
									
									
									
									
									
								
							@@ -8,6 +8,7 @@
 | 
			
		||||
#include "scale.h"
 | 
			
		||||
#include "esp_task_wdt.h"
 | 
			
		||||
#include <Update.h>
 | 
			
		||||
#include "display.h"
 | 
			
		||||
 | 
			
		||||
#ifndef VERSION
 | 
			
		||||
  #define VERSION "1.1.0"
 | 
			
		||||
@@ -32,6 +33,10 @@ void onWsEvent(AsyncWebSocket *server, AsyncWebSocketClient *client, AwsEventTyp
 | 
			
		||||
        sendWriteResult(client, 3);
 | 
			
		||||
    } else if (type == WS_EVT_DISCONNECT) {
 | 
			
		||||
        Serial.println("Client getrennt.");
 | 
			
		||||
    } else if (type == WS_EVT_ERROR) {
 | 
			
		||||
        Serial.printf("WebSocket Client #%u error(%u): %s\n", client->id(), *((uint16_t*)arg), (char*)data);
 | 
			
		||||
    } else if (type == WS_EVT_PONG) {
 | 
			
		||||
        Serial.printf("WebSocket Client #%u pong\n", client->id());
 | 
			
		||||
    } else if (type == WS_EVT_DATA) {
 | 
			
		||||
        String message = String((char*)data);
 | 
			
		||||
        JsonDocument doc;
 | 
			
		||||
@@ -373,22 +378,37 @@ void setupWebserver(AsyncWebServer &server) {
 | 
			
		||||
            request->send(response);
 | 
			
		||||
            
 | 
			
		||||
            if (success) {
 | 
			
		||||
                oledShowMessage("Upgrade successful Rebooting");
 | 
			
		||||
                delay(500);
 | 
			
		||||
                ESP.restart();
 | 
			
		||||
            }
 | 
			
		||||
            else {
 | 
			
		||||
                oledShowMessage("Upgrade failed");
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        [](AsyncWebServerRequest *request, const String& filename, size_t index, uint8_t *data, size_t len, bool final) {
 | 
			
		||||
            static size_t updateSize = 0;
 | 
			
		||||
            static int command = 0;
 | 
			
		||||
 | 
			
		||||
            oledShowMessage("Upgrade please wait");
 | 
			
		||||
 | 
			
		||||
            // TODO: Backup
 | 
			
		||||
 | 
			
		||||
            if (!index) {
 | 
			
		||||
                updateSize = request->contentLength();
 | 
			
		||||
                command = (filename.indexOf("spiffs") > -1) ? U_SPIFFS : U_FLASH;
 | 
			
		||||
                Serial.printf("Update Start: %s\nSize: %u\nCommand: %d\n", filename.c_str(), updateSize, command);
 | 
			
		||||
 | 
			
		||||
                if (!Update.begin(updateSize, command)) {
 | 
			
		||||
                    Serial.printf("Update Begin Error: ");
 | 
			
		||||
                    Update.printError(Serial);
 | 
			
		||||
                
 | 
			
		||||
                if (command == U_SPIFFS) {
 | 
			
		||||
                    // Backup JSON config files before SPIFFS update
 | 
			
		||||
                    backupJsonConfigs();
 | 
			
		||||
                }
 | 
			
		||||
                
 | 
			
		||||
                // Setze spezifische Update-Flags für SPIFFS-Updates
 | 
			
		||||
                if (!Update.begin(updateSize, command, command == U_SPIFFS ? true : false, command == U_SPIFFS ? 0 : -1)) {
 | 
			
		||||
                    if (command == U_SPIFFS) {
 | 
			
		||||
                        // Restore JSON config files if update fails at start
 | 
			
		||||
                        restoreJsonConfigs();
 | 
			
		||||
                    }
 | 
			
		||||
                    String errorMsg = String("Update begin failed: ") + Update.errorString();
 | 
			
		||||
                    request->send(400, "application/json", "{\"success\":false,\"message\":\"" + errorMsg + "\"}");
 | 
			
		||||
                    return;
 | 
			
		||||
@@ -397,24 +417,30 @@ void setupWebserver(AsyncWebServer &server) {
 | 
			
		||||
 | 
			
		||||
            if (len) {
 | 
			
		||||
                if (Update.write(data, len) != len) {
 | 
			
		||||
                    Serial.printf("Update Write Error: ");
 | 
			
		||||
                    Update.printError(Serial);
 | 
			
		||||
                    if (command == U_SPIFFS) {
 | 
			
		||||
                        // Restore JSON config files if update fails during write
 | 
			
		||||
                        restoreJsonConfigs();
 | 
			
		||||
                    }
 | 
			
		||||
                    String errorMsg = String("Write failed: ") + Update.errorString();
 | 
			
		||||
                    request->send(400, "application/json", "{\"success\":false,\"message\":\"" + errorMsg + "\"}");
 | 
			
		||||
                    return;
 | 
			
		||||
                }
 | 
			
		||||
                Serial.printf("Progress: %u/%u\r", index + len, updateSize);
 | 
			
		||||
                
 | 
			
		||||
                // Sende den Fortschritt als JSON, um unerwünschte Zeilenumbrüche zu vermeiden
 | 
			
		||||
                String progress = "{\"progress\":" + String((index + len) * 100 / updateSize) + "}";
 | 
			
		||||
                request->send(200, "application/json", progress);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if (final) {
 | 
			
		||||
                if (!Update.end(true)) {
 | 
			
		||||
                    Serial.printf("Update End Error: ");
 | 
			
		||||
                    Update.printError(Serial);
 | 
			
		||||
                    if (command == U_SPIFFS) {
 | 
			
		||||
                        // Restore JSON config files if update fails at end
 | 
			
		||||
                        restoreJsonConfigs();
 | 
			
		||||
                    }
 | 
			
		||||
                    String errorMsg = String("Update end failed: ") + Update.errorString();
 | 
			
		||||
                    request->send(400, "application/json", "{\"success\":false,\"message\":\"" + errorMsg + "\"}");
 | 
			
		||||
                    return;
 | 
			
		||||
                }
 | 
			
		||||
                Serial.printf("\nUpdate Success: %uB\n", index+len);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    );
 | 
			
		||||
@@ -442,60 +468,6 @@ void setupWebserver(AsyncWebServer &server) {
 | 
			
		||||
    Serial.println("Webserver gestartet");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void handleOTAUpload(AsyncWebServerRequest *request, const String& filename, size_t index, uint8_t *data, size_t len, bool final) {
 | 
			
		||||
    static bool isSpiffsUpdate = false;
 | 
			
		||||
    if (!index) {
 | 
			
		||||
        // Start eines neuen Uploads
 | 
			
		||||
        Serial.println("Update Start: " + filename);
 | 
			
		||||
        
 | 
			
		||||
        // Überprüfe den Dateityp basierend auf dem Dateinamen
 | 
			
		||||
        bool isFirmware = filename.startsWith("filaman_");
 | 
			
		||||
        isSpiffsUpdate = filename.startsWith("webpage_");
 | 
			
		||||
        
 | 
			
		||||
        if (!isFirmware && !isSpiffsUpdate) {
 | 
			
		||||
            request->send(400, "application/json", "{\"message\":\"Invalid file type. File must start with 'filaman_' or 'webpage_'\"}");
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // Wähle den Update-Typ basierend auf dem Dateinamen
 | 
			
		||||
        if (isSpiffsUpdate) {
 | 
			
		||||
            if (!Update.begin(SPIFFS.totalBytes(), U_SPIFFS)) {
 | 
			
		||||
                Update.printError(Serial);
 | 
			
		||||
                request->send(400, "application/json", "{\"message\":\"SPIFFS Update failed: " + String(Update.errorString()) + "\"}");
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
            // Backup JSON configs before SPIFFS update
 | 
			
		||||
            backupJsonConfigs();
 | 
			
		||||
        } else {
 | 
			
		||||
            if (!Update.begin(UPDATE_SIZE_UNKNOWN, U_FLASH)) {
 | 
			
		||||
                Update.printError(Serial);
 | 
			
		||||
                request->send(400, "application/json", "{\"message\":\"Firmware Update failed: " + String(Update.errorString()) + "\"}");
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (Update.write(data, len) != len) {
 | 
			
		||||
        Update.printError(Serial);
 | 
			
		||||
        request->send(400, "application/json", "{\"message\":\"Write failed: " + String(Update.errorString()) + "\"}");
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (final) {
 | 
			
		||||
        if (!Update.end(true)) {
 | 
			
		||||
            Update.printError(Serial);
 | 
			
		||||
            request->send(400, "application/json", "{\"message\":\"Update failed: " + String(Update.errorString()) + "\"}");
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        if (isSpiffsUpdate) {
 | 
			
		||||
            // Restore JSON configs after SPIFFS update
 | 
			
		||||
            restoreJsonConfigs();
 | 
			
		||||
        }
 | 
			
		||||
        request->send(200, "application/json", "{\"message\":\"Update successful!\", \"restart\": true}");
 | 
			
		||||
        delay(500);
 | 
			
		||||
        ESP.restart();
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void backupJsonConfigs() {
 | 
			
		||||
    const char* configs[] = {"/bambu_credentials.json", "/spoolman_url.json"};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user