Mon, 25 Nov 2019 19:41:50 +0100 Michiel Broek Merged with default stable changeset | files
Mon, 25 Nov 2019 15:40:11 +0100 Michiel Broek TCP MSS from 1436 to 1440 bytes. changeset | files
Sun, 24 Nov 2019 20:48:42 +0100 Michiel Broek Fixed IP event loop. changeset | files
Sun, 24 Nov 2019 16:44:00 +0100 Michiel Broek Version 0.3.7. The WiFi task uses the new event handlers. Cooling temperature top is now 45 instead of 30 degreees for pitching Kveik. One extra cosmetic message during OTA update. changeset | files
Sun, 22 Sep 2019 18:32:31 +0200 Michiel Broek Updated the esp-idf changeset | files
Fri, 05 Jul 2019 20:22:05 +0200 Michiel Broek Version 0.3.6 changeset | files
Fri, 05 Jul 2019 20:06:31 +0200 Michiel Broek Use the sha256 in the application version to see if it's a different version. Stop the upgrade download if it's not a new version. changeset | files
Fri, 05 Jul 2019 16:17:04 +0200 Michiel Broek Merged with default stable changeset | files
Fri, 05 Jul 2019 16:14:58 +0200 Michiel Broek Version 0.3.5 changeset | files
Fri, 05 Jul 2019 16:11:55 +0200 Michiel Broek Added more plain logfile entries. Change some message details. Added anohe function to eliminate duplicated code. Moved the logfile to the web so it can be downloaded or viewed. changeset | files
Thu, 04 Jul 2019 21:48:53 +0200 Michiel Broek Version 0.3.4 changeset | files
Thu, 04 Jul 2019 21:46:12 +0200 Michiel Broek Added syslog like logging on the sdcard for the manual and automatic processes. changeset | files
Thu, 04 Jul 2019 15:57:43 +0200 Michiel Broek Updated esp-ide. Changed some logging levels. Disabled support for termios.h changeset | files
Wed, 03 Jul 2019 11:18:20 +0200 Michiel Broek Removed old VNC component changeset | files
Wed, 03 Jul 2019 10:39:58 +0200 Michiel Broek Removed unused file. changeset | files
Tue, 02 Jul 2019 17:33:23 +0200 Michiel Broek Merged with default stable changeset | files
Tue, 02 Jul 2019 17:31:52 +0200 Michiel Broek Version 0.3.3. Added favicon.ico to the web server. Fixed text position in the http client for the power percentage. Silenced a lot of log messages. Moved the pump led on the display to the left just as on the web page. changeset | files
Tue, 02 Jul 2019 12:10:23 +0200 Michiel Broek Adjusted more strings for new compiler warnings. There should now be no buffer overflows in the app. Changed the date display on the mainscreen. changeset | files
Tue, 02 Jul 2019 11:00:27 +0200 Michiel Broek Fix compiler warning changeset | files
Mon, 01 Jul 2019 23:15:49 +0200 Michiel Broek Upgraded esp-ide and compilers. Adjusted the sources for the new compiler warnings. changeset | files
Sun, 19 May 2019 21:05:07 +0200 Michiel Broek Version 0.3.2, if WiFi connection is lost or AP is not available at startup, scan form another known AP and connect to that AP. changeset | files
Sat, 18 May 2019 23:01:16 +0200 Michiel Broek Don't ignore SYSTEM_EVENT_AP_PROBEREQRECVED changeset | files
Sat, 18 May 2019 22:58:28 +0200 Michiel Broek Changed NTP default pool name. Added 10 seconds timeout after the wifi_connect function. In that timeout do a proper disconnect and connect request so that a AP that was down will be used again if it's up again. changeset | files
Sat, 18 May 2019 11:35:28 +0200 Michiel Broek Version 0.3.1 changeset | files
Sat, 18 May 2019 11:34:51 +0200 Michiel Broek SNTP uses a callback function to mark the system time is valid. SNTP is started after we received a DHCP ip address. Added an config option to set a preffered NTP server name, most likely on your most used LAN. It will always fal back to pool.ntp.org. changeset | files
Fri, 17 May 2019 15:43:31 +0200 Michiel Broek Code cleanup. changeset | files
Fri, 17 May 2019 15:39:05 +0200 Michiel Broek Fixed css path in chart.html. Show errors in console when writing logfiles.json. Upgraded esp-idf. changeset | files
Wed, 08 May 2019 15:46:50 +0200 Michiel Broek Merged with default version 0.3.0 stable changeset | files
Wed, 08 May 2019 13:46:30 +0200 Michiel Broek Merge branch novnc changeset | files
Wed, 08 May 2019 13:41:55 +0200 Michiel Broek Version 0.3.0 and back to real sensors. novnc changeset | files
Wed, 08 May 2019 13:27:25 +0200 Michiel Broek Fixed missing whirlpool 88+ degrees. Some code cleanup. novnc changeset | files
Tue, 07 May 2019 22:03:38 +0200 Michiel Broek Finished websockets screens. novnc changeset | files
Sat, 04 May 2019 21:18:51 +0200 Michiel Broek Websocket interface is working for the main screen and manual mode. novnc changeset | files
Sat, 04 May 2019 11:41:16 +0200 Michiel Broek Work on web interface using websockets. novnc changeset | files
Thu, 02 May 2019 21:19:50 +0200 Michiel Broek Use PROJECT_VER for version number. Updated README and info screen. novnc changeset | files
Thu, 02 May 2019 17:12:06 +0200 Michiel Broek Removed the noVNC code and web pages. novnc changeset | files
Thu, 02 May 2019 11:57:07 +0200 Michiel Broek Start removing noVNC novnc changeset | files
Thu, 02 May 2019 11:53:03 +0200 Michiel Broek merge stable into default changeset | files
Thu, 02 May 2019 11:52:36 +0200 Michiel Broek Added tag rel-0.2.10 for changeset 5c92103c5e72 stable changeset | files
Wed, 01 May 2019 21:27:28 +0200 Michiel Broek Version 0.2.10. Fixed spelling error in websocket component. Updated esp-idf to v4.0-dev-459-gba1ff1692 and adjusted several sources for changed headers. Finalized keeping the AP running at all times. Increased websocket server stack depth from 6000 to 7000. rel-0.2.10 changeset | files
Sat, 03 Nov 2018 21:14:59 +0100 Michiel Broek Fix for annotation log before normal log in the json brewlog. changeset | files
Thu, 01 Nov 2018 19:51:41 +0100 Michiel Broek Fixed a spelling error. Version 0.2.7 changeset | files
Thu, 01 Nov 2018 16:54:03 +0100 Michiel Broek Updated the README changeset | files
Mon, 29 Oct 2018 19:37:14 +0100 Michiel Broek Swapped MLT and HLT SSR pins to match he real hardware. More doxygen changes. changeset | files
Mon, 29 Oct 2018 12:16:37 +0100 Michiel Broek Updates for doxygen changeset | files
Mon, 29 Oct 2018 11:32:03 +0100 Michiel Broek README update changeset | files
Sun, 28 Oct 2018 19:41:53 +0100 Michiel Broek Fixed placement of infusion event in the graph. changeset | files
Sun, 28 Oct 2018 13:10:46 +0100 Michiel Broek Graph title includes beer code. Hop additions now only display the additions themselfes. changeset | files
Sat, 27 Oct 2018 19:25:28 +0200 Michiel Broek Show clock on the main screen, but only if the ntp time has been set. changeset | files
Sat, 27 Oct 2018 18:53:53 +0200 Michiel Broek Annotatie einde infusie changeset | files
Sat, 27 Oct 2018 16:18:31 +0200 Michiel Broek Screen startup a bit later. Decreased task sound stack size. changeset | files
Sat, 27 Oct 2018 15:55:16 +0200 Michiel Broek Boot now checks got IP status before installing the http and vnc servers. changeset | files
Fri, 26 Oct 2018 23:32:32 +0200 Michiel Broek Removed some unused code from the vnc websocket connection changeset | files
Fri, 26 Oct 2018 22:19:48 +0200 Michiel Broek Version 0.2.6. Removed dead code in the tft component. changeset | files
Fri, 26 Oct 2018 21:23:46 +0200 Michiel Broek Implemented infusion mash. changeset | files
Fri, 26 Oct 2018 13:29:14 +0200 Michiel Broek Removed jpg and bmp support. changeset | files
Thu, 25 Oct 2018 21:10:29 +0200 Michiel Broek Version 0.2.5. Removed debug console messages during recipe import. Removed old SyncDirs code to install /spiffs from the SD card since we now do this via the internet. changeset | files
Thu, 25 Oct 2018 20:22:18 +0200 Michiel Broek Improved recipes import. changeset | files
Thu, 25 Oct 2018 17:36:02 +0200 Michiel Broek Added extra mash step fields for infusion steps. Added these fields in recipe import too. changeset | files
Wed, 24 Oct 2018 23:17:41 +0200 Michiel Broek Removed some fonts, we need that space. changeset | files
(0) -60 tip

mercurial