79 次程式碼提交 (dc106a1ce20e834a0c64a7dc52ddf1d21d827231)
 

作者 SHA1 備註 提交日期
  Bertrand Lemasle dc106a1ce2 Fixed _DEBUG vs !_DEBUG. Fixed code delcarations when network backup is disabled 7 年之前
  Bertrand Lemasle eea6c85b9d Removed _DEBUG define for release configuration 7 年之前
  Bertrand Lemasle bbbc829b7f Defined configuration constants. Added a timeout to the menu. The goal is to automatically run normally at boot if no input is detected 7 年之前
  Bertrand Lemasle 4ecb38a8ea Added debug functions to print sleeep times based on velocity 7 年之前
  Bertrand Lemasle 5815e5c8d4 Avoid to backup positions if no positions have been saved at all 7 年之前
  Bertrand Lemasle fe7723c9d9 getVelocity() returns 0 when parsing from lastPosition fails 7 年之前
  Bertrand Lemasle 01f3a488a1 Added some code to reduce the effect of a gps fix that would indicate no speed, leaving the device in sleep mode for too long 7 年之前
  Bertrand Lemasle 4d8986d485 Saving network backup progress into eeprom 7 年之前
  Bertrand Lemasle 30a99cb251 Working network positions backup 7 年之前
  Bertrand Lemasle 5bbf96694e For now expected code is 200 as most of the online request bin like respond with that code 7 年之前
  Bertrand Lemasle 4864d8d9c1 Messed up state where I try to gain some RAM 7 年之前
  Bertrand Lemasle ba9531f2dd Display signal quality while searching for network 7 年之前
  Bertrand Lemasle 7159d83009 Fixed debug print from Positions::get 7 年之前
  Bertrand Lemasle dfae1a9a34 Fixed timeout for gsm and gps overflow uint16 7 年之前
  Bertrand Lemasle 00f5660f52 Fixed Gprs being disabled after CFUN has been set to the minimum 7 年之前
  Bertrand Lemasle 7a9987c78a Improved gprs activation in NetworkPositionsBackup 7 年之前
  Bertrand Lemasle c7c7652d1f Fixed main unit being woke up by SoftwareSerial interrupts 7 年之前
  Bertrand Lemasle 5d9920d3c4 Added doBackup debug command 7 年之前
  Bertrand Lemasle 0be4128850 Removed sim808 powerOn / off on startup to improve startup speed 7 年之前
  Bertrand Lemasle 2c35fbe0f1 Implemented wait for network. Call backups directly to face what seems to be a segfault in positions::doBackup 7 年之前
  Bertrand Lemasle 1ce692f9e4 Blind implementation of network positions backup 7 年之前
  Bertrand Lemasle f7679c8187 Transformed config seed into uint8_t and removed apn from config 7 年之前
  Bertrand Lemasle 9143e494eb Conditionnal includes of backup code work for more than one implementation 7 年之前
  Bertrand Lemasle fda3aaa2c7 Conditionnaly include sdcard backup into code 7 年之前
  Bertrand Lemasle f4ed7d4b5b Merge branch 'master' into sdcard 7 年之前
  Bertrand Lemasle 2f5fa03d61 Time3.h has been removed from uDS3231 library 7 年之前
  Bertrand Lemasle b64990c0a5 Code cleanup after DS3231 trim 7 年之前
  Bertrand Lemasle f4516c0301 Switched time reading and writing to parameter based function rather than private variables 7 年之前
  Bertrand Lemasle 84e09577ae Use tmElements_t struct (offset from 2000) to set and get time 7 年之前
  Bertrand Lemasle 31fcdba7c0 Adapted code to uDS3231 code trim 7 年之前
  Bertrand Lemasle 79678ab34a Removed RawSdFile 7 年之前
  Bertrand Lemasle 56fab86c21 Remove/replace some Serial.print 7 年之前
  Bertrand Lemasle f5438b845f swtiched to uDS3231 lib 7 年之前
  Bertrand Lemasle f712c3b455 Non tested implementaion of sd card positions backup 7 年之前
  Bertrand Lemasle 626bfa8a5c Started real implementation of sdcard backup process 7 年之前
  Bertrand Lemasle e1babd94b5 Reorganized config code to allow for main vs sd vs another config 7 年之前
  Bertrand Lemasle 33ad3149d9 Added structure for sd card positions backup implementation 7 年之前
  Bertrand Lemasle 2d9121855c Changed useless pass by ref argument in gps::getVelocity 7 年之前
  Bertrand Lemasle 06c331ce41 Code cleanup 7 年之前
  Bertrand Lemasle 8ff02bf6c2 Added timeToFix to each position entry, reorganized code a bit to withdraw responsabilities from core::main 7 年之前
  Bertrand Lemasle c0107ab80e Implemented temperature reading and logging 7 年之前
  Bertrand Lemasle e6ccf679f3 Fixed rtc wake up 7 年之前
  Bertrand Lemasle ed7a10e47e Added sleep debug function and NOTICE_XXX macros 7 年之前
  Bertrand Lemasle 6585d4a652 Changed default configuration 7 年之前
  Bertrand Lemasle 7d64cb83d2 Switched constant APN to Vodafone as its the only one that currently runs a 2G network in NZ 7 年之前
  Bertrand Lemasle 61195dc635 Removed storage namespace 7 年之前
  Bertrand Lemasle 64f44a5ee3 Removed rtc::powerOn && rtc::powerOff (handled internally) 7 年之前
  Bertrand Lemasle 6e0060c432 Removed useless calls to rtc::powerOn && rtc::powerOff 7 年之前
  Bertrand Lemasle 455276fdc8 APN is now part of the configuration 7 年之前
  Bertrand Lemasle 6fc4e7b451 Improved logging and removed eepromPowerOff/On && rtcPowerOff/On 7 年之前