Larger Temp. Range

  • boxmein
    31st May 2011 Former Staff 0 Permalink
    @Catelite
    Wifi channels using maybe a setting that allows for changing the step of WiFi.
    Like a condition:
    Change the temp range by entering defines.h and editing MAX_TEMP

    int wifiTempStep = 100;
    /* function that listens to wifi state editing block */
    if(legacy.wifistep.state == 1) { //Legacy menu dot wifi step element name dot state variable
    wifiTempStep = 100;
    } else if (legacy.wifistep.state == 2) {
    wifiTempStep = 50;
    } else if(legacy.wifistep.state == 3) {
    wifiTempStep = 10;
    } else { wifiTempStep = 100; } //Defaulting if state edited.

    @Simon Please add code highlighting for a few languages such as ASM, C, Python, Delphi(Mniip) and/or perl.
    As elements like < code highlight="C">
  • Vou
    31st May 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • boxmein
    31st May 2011 Former Staff 0 Permalink
    Yes you can. Before it resets to MAX_TEMP. Wait, idea happened! Let's comment out the code that resets to max_temp!
  • mniip
    31st May 2011 Developer 0 Permalink
    @boxmein (View Post)
    thx for delphi!
    (its not hard. some words like: begin end procedure function const var uses implementation interface and or shl shr xor not while repeat for do to until class object record array string of in is type asm case if then else initialization finalization constructor create destructor destroy property read write default virtual dynamic far override with file :should be highlighted,
    words between ASM and END should be another color, strings are only with ' , numbers can be decimal and hex in format $fe7ba9 and with DOT , words in {comment} or (*comment*) are comments (sometimes available //comment notation), but if in {$ } or (*$ *) then directive
    some symbols like @$^*()-+=/[];:'<> and special symbols:
    (.
    .)
    ..
    should be highlighted)
  • ubuntupokemoninc
    31st May 2011 Member 0 Permalink
    so is it possible to make more channels in the counsle?! i need to know fast!!!!
  • Anmol444
    31st May 2011 Member 0 Permalink
    @ubuntupokemoninc (View Post)
    No, Use Prti and Prto.
  • ubuntupokemoninc
    31st May 2011 Member 0 Permalink
    I'm already using portal, i need like 500 wifi channels!
  • shroom207
    31st May 2011 Member 0 Permalink
    The current cold temp cap of tpt is well i think -275 which in kelvin is around -350 which is well extremely cold the antartic is only around -50 below and look how cold it is there... But a heat cap increase may help...
  • ubuntupokemoninc
    31st May 2011 Member 0 Permalink
    no -275c is 0k its -350F
  • shroom207
    31st May 2011 Member 0 Permalink
    @ubuntupokemoninc (View Post)
    I heard someone say -275k is -350 f thats all i know...
Locked by Catelite: Enough already