diff --git a/confs/pfnodemcu.hpp b/confs/pfnodemcu.hpp index bdab92c..c973281 100644 --- a/confs/pfnodemcu.hpp +++ b/confs/pfnodemcu.hpp @@ -12,7 +12,7 @@ //#define BESPEC_SW "1,p2.Generic.22" //supergeneric //#define BESPEC_SW "1,p2.WNN.31" //nodemcu //#define BESPEC_SW "1,q,p3,p2.Rando.69" //testing changes -#define BESPEC_SW "1,q,p3,p2.rNodeMCU.70" //nodemcu q = quickstate, p2 auth type 2 (hash), p2 always last +#define BESPEC_SW "1,q,p3,p2.rNodeMCU.71" //nodemcu q = quickstate, p2 auth type 2 (hash), p2 always last //#define BESPEC_SW "0.DollaTek.20" //dollatek 2mb 1led //#define BESPEC_SW "1,p2.WNAP2.29" //Athom Plug V2 US THE REAL ONE // diff --git a/source/SH.be b/source/SH.be index 9c957e1..ccabcf0 100644 --- a/source/SH.be +++ b/source/SH.be @@ -272,7 +272,7 @@ class Embedded:AppShell { buildSwInfoIn() { if (TS.isEmpty(swSpec)) { - swSpec = "1,q,p3,p2.Unspeced.6"; + swSpec = "1,q,p3,p2.Unspeced.71"; } auto swl = swSpec.split("."); devCode = swl[1];