chore: bump version to 1.9.3

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Alex Petrochenko
2026-01-07 09:44:57 +00:00
co-authored by Claude Opus 4.5
parent abf3a513c9
commit 9c0f269ee5
8 changed files with 9 additions and 9 deletions
@@ -1,5 +1,5 @@
/* /*
* TJ-56-654 Weather Clock - Custom NTP Firmware with OTA v1.9.2 * TJ-56-654 Weather Clock - Custom NTP Firmware with OTA v1.9.3
* *
* Hardware: * Hardware:
* - ESP-01S (ESP8266) * - ESP-01S (ESP8266)
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* config.h - Configuration structures and constants * config.h - Configuration structures and constants
* TJ-56-654 Weather Clock v1.9.2 * TJ-56-654 Weather Clock v1.9.3
*/ */
#ifndef CONFIG_H #ifndef CONFIG_H
@@ -9,7 +9,7 @@
#include <Arduino.h> #include <Arduino.h>
// Firmware version // Firmware version
#define FIRMWARE_VERSION "1.9.2" #define FIRMWARE_VERSION "1.9.3"
// OLED I2C Configuration // OLED I2C Configuration
#define I2C_SDA 0 // GPIO0 (I2C Data) - SWAPPED! #define I2C_SDA 0 // GPIO0 (I2C Data) - SWAPPED!
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* display.cpp - Display functions for OLED * display.cpp - Display functions for OLED
* TJ-56-654 Weather Clock v1.9.2 * TJ-56-654 Weather Clock v1.9.3
*/ */
#include "globals.h" #include "globals.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* globals.h - Global variables and extern declarations * globals.h - Global variables and extern declarations
* TJ-56-654 Weather Clock v1.9.2 * TJ-56-654 Weather Clock v1.9.3
*/ */
#ifndef GLOBALS_H #ifndef GLOBALS_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* ntp_client.cpp - NTP client and time functions * ntp_client.cpp - NTP client and time functions
* TJ-56-654 Weather Clock v1.9.2 * TJ-56-654 Weather Clock v1.9.3
*/ */
#include "globals.h" #include "globals.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* weather.cpp - Weather API functions * weather.cpp - Weather API functions
* TJ-56-654 Weather Clock v1.9.2 * TJ-56-654 Weather Clock v1.9.3
*/ */
// Include AsyncHTTPRequest BEFORE globals.h to provide full type definition // Include AsyncHTTPRequest BEFORE globals.h to provide full type definition
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* web_server.cpp - Web server handlers * web_server.cpp - Web server handlers
* TJ-56-654 Weather Clock v1.9.2 * TJ-56-654 Weather Clock v1.9.3
*/ */
#include "globals.h" #include "globals.h"
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* wifi_manager.cpp - WiFi connection management * wifi_manager.cpp - WiFi connection management
* TJ-56-654 Weather Clock v1.9.2 * TJ-56-654 Weather Clock v1.9.3
*/ */
#include "globals.h" #include "globals.h"