Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Oct 7, 2024
1 parent 08562fd commit 41736d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <ArduinoJson.h>

#define PRODUCT_NAME "AirBear"
#define FIRMWARE_VERSION "0.0.9"
#define FIRMWARE_VERSION "0.1.0"

//#define FAKE_RPM

Expand Down
1 change: 0 additions & 1 deletion src/web_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ String webConfigRequest(AsyncWebServerRequest *request)
//response += "<progress id=\"progressBar\" value=\"0\" max=\"100\" style=\"width:300px;\"></progress>";
//response += "<p id=\"loaded_n_total\"></p>";
response += "</form>";
//response += "<br/>";
response += "<h3>Upload Firmware</h3>";
response += "<form action=\"" + String(UPDATE_FW_UPLOAD_URL) + "\" method=\"post\" enctype=\"multipart/form-data\">";
response += "File: <input type=\"file\" name=\"update\"/><br/>";
Expand Down

0 comments on commit 41736d1

Please sign in to comment.