Skip to content

Commit

Permalink
Version 02_08_02
Browse files Browse the repository at this point in the history
Fix mDNS when AP changes
  • Loading branch information
boblemaire committed Jan 25, 2023
1 parent 2f78fcb commit ca0a368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/IotaWatt/IotaWatt.h
Expand Up @@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
***********************************************************************************/
#define IOTAWATT_VERSION "02_08_01"
#define IOTAWATT_VERSION "02_08_02"
#define DEVICE_NAME "IotaWatt"

#define PRINT(txt,val) Serial.print(txt); Serial.print(val); // Quick debug aids
Expand Down
1 change: 1 addition & 0 deletions Firmware/IotaWatt/common.cpp
Expand Up @@ -121,6 +121,7 @@
* 12/16/21 02_07_05 Fix several problems with Scripts
* 10/04/22 02_08_00 Core 3.0.2, Robust no Voltage, rework sample cycle and power, misc fixes
* 12/18/22 02_08_01 Regress to core 2.4.0. Fix PVoutput rate-limit resume.
* 01/25/23 02_08_02 Fix mDNS when AP changes
*
*****************************************************************************************************/

Expand Down

0 comments on commit ca0a368

Please sign in to comment.