Skip to content

Commit

Permalink
upver
Browse files Browse the repository at this point in the history
  • Loading branch information
craig committed Feb 19, 2024
1 parent de27945 commit a22d40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion confs/pfnodemcu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion source/SH.be
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit a22d40c

Please sign in to comment.