Update version

This commit is contained in:
luc lebosse 2016-12-14 21:33:41 +01:00
parent 6cbb11ddf0
commit 3a05adb1fe

View File

@ -26,7 +26,7 @@
#define SMOOTHIEWARE 4 #define SMOOTHIEWARE 4
//FIRMWARE_TARGET: the targeted FW, can be REPETIER (Original Repetier)/ REPETIER4DV (Repetier for Davinci) / MARLIN (Marlin)/ SMOOTHIEWARE (Smoothieware) //FIRMWARE_TARGET: the targeted FW, can be REPETIER (Original Repetier)/ REPETIER4DV (Repetier for Davinci) / MARLIN (Marlin)/ SMOOTHIEWARE (Smoothieware)
#define FIRMWARE_TARGET REPETIER4DV #define FIRMWARE_TARGET MARLIN
//number of clients allowed to use data port at once //number of clients allowed to use data port at once
@ -151,7 +151,7 @@ extern "C" {
} }
#include "wifi.h" #include "wifi.h"
//version and sources location //version and sources location
#define FW_VERSION "0.9.76" #define FW_VERSION "0.9.77"
#define REPOSITORY "https://github.com/luc-github/ESP3D" #define REPOSITORY "https://github.com/luc-github/ESP3D"
typedef enum { typedef enum {